I'm assuming I need VBA to accomplish moving the results of a query as follows:
Field1 Field2
ABC 123
CBA 321
To the following:
Field1 Field2 Field3 Field4
ABC 123 CBA 321
I need to move the results of the query into a single record for import into another program (which will only receive one record). I could export to Excel and rearrange, but I'd like to stay in Access. Does anyone know of any example VBA code for this type of situation?
Thanks
Field1 Field2
ABC 123
CBA 321
To the following:
Field1 Field2 Field3 Field4
ABC 123 CBA 321
I need to move the results of the query into a single record for import into another program (which will only receive one record). I could export to Excel and rearrange, but I'd like to stay in Access. Does anyone know of any example VBA code for this type of situation?
Thanks