E
efandango
I am trying to merge the contents of multiple fields on one row, as per the
example below, where i want the data from Run_Point_Venue_X and
Run_Point_Address_X to populate just two fields in a new table.
The two new field names will be: Run_Point_Venue_All and Run_Point_Address_All
Example Fields:
Run_point_List_ID Run_No Run_point_Venue_A Run_point_Address_A
Run_point_Venue_B Run_point_Address_B Run_point_Venue_C
Run_point_Address_C Run_point_Venue_D Run_point_Address_D
To put another way, I were using Excel as an example, I want to take pairs
of cell contents from multiple rows and place them all in just two columns.
I have tried using multiple queries via a macro, but the macro just loops
endlessly, generating duplicates of the fields.
Can this be done in Access?
example below, where i want the data from Run_Point_Venue_X and
Run_Point_Address_X to populate just two fields in a new table.
The two new field names will be: Run_Point_Venue_All and Run_Point_Address_All
Example Fields:
Run_point_List_ID Run_No Run_point_Venue_A Run_point_Address_A
Run_point_Venue_B Run_point_Address_B Run_point_Venue_C
Run_point_Address_C Run_point_Venue_D Run_point_Address_D
To put another way, I were using Excel as an example, I want to take pairs
of cell contents from multiple rows and place them all in just two columns.
I have tried using multiple queries via a macro, but the macro just loops
endlessly, generating duplicates of the fields.
Can this be done in Access?