CptCrusty1
Programmer
I have a Table that I need to have turned into a string.
The table is called tblDestinationLoc:
The column is called:
Location_Num (Text 4)
The output needs to look like:
'0001','0002','0003' and so on. There can be 1 record, or 500 records. The number of records is defined by the user.
I think I'm going to have to use DAO commands, but if there is an easy way.........
Thanks.
Rich.
The table is called tblDestinationLoc:
The column is called:
Location_Num (Text 4)
The output needs to look like:
'0001','0002','0003' and so on. There can be 1 record, or 500 records. The number of records is defined by the user.
I think I'm going to have to use DAO commands, but if there is an easy way.........
Thanks.
Rich.