G
Guest
Combining two records into one.
Any help on if this is possible would be greatly appreciated.
I am pulling data similar to what is below.
Record1: John Smith November cl
Record2: John Smith December ch
What i need is for these 2 records to be combined to:
John Smith November cl December ch
This data needs to be displayed at one time on a form and I am unable to do
it unless it is all part of one record.
I have thought of taking 12 queries (1 for each month) and then a 13th to
put the 12 together, but thought there has to be a better way.
Any help will be usefull. Thanks
Any help on if this is possible would be greatly appreciated.
I am pulling data similar to what is below.
Record1: John Smith November cl
Record2: John Smith December ch
What i need is for these 2 records to be combined to:
John Smith November cl December ch
This data needs to be displayed at one time on a form and I am unable to do
it unless it is all part of one record.
I have thought of taking 12 queries (1 for each month) and then a 13th to
put the 12 together, but thought there has to be a better way.
Any help will be usefull. Thanks