R
RobSol
I have two records in a table in two seperate fields
Table 1
Record
Field 1 123456
Field 2 888888
I am trying to put them into a second table in one field to look like this
Table 2 Record
Field 1 123456,888888
Can this be done in vba?
Table 1
Record
Field 1 123456
Field 2 888888
I am trying to put them into a second table in one field to look like this
Table 2 Record
Field 1 123456,888888
Can this be done in vba?