Viewing 4 posts - 16 through 19 (of 19 total)
A quick Google search turned up this KB related to your issue.
April 2, 2009 at 7:27 am
That looks like it should work. I will test it and let you know if I have any issues.
Thank you so much for your help!
Update:
one syntax error. I added a...
April 1, 2009 at 9:33 am
Correct. C_Custno (PK for Agent Table, FK for Client Table) A_Fname1 A_Lname1 - this is the grouping or parent
CL_Clino (PK for Client Table) CL_Fname1 CL_Lname1 CL_Incdt
CL_Clino (PK for Client...
April 1, 2009 at 7:52 am
Ok I have included what I think you are asking for. I have also attached the Sample Data and Desired-Output in separate files.
Field definition
c_custno(char(5), not null)
a_fname1(char(20), not null)
a_lname1(char(20), not null)
cl_clino(char(7),...
March 31, 2009 at 2:08 pm
Viewing 4 posts - 16 through 19 (of 19 total)