Hello,
I am having some trouble.
I am trying to export a table into a .CSV format(docmd.transfertext method).
But...
Each .CSV file needs to be by State. I have a table(tblImportToAGT) with the following fields:
Example of table data
ST SSN LASTNAME
AK 111111111 BRUCKMAN
AK 222222222 DOW
MI 333333333 LEVINSON
MN 444444444 REED
MN 555555555 URLING
I would get 3 different state .CSV files AR, MI, and MN.
Could someone put an example of some code that could be done to do this?
Thank You in advance!
Mike
I am having some trouble.
I am trying to export a table into a .CSV format(docmd.transfertext method).
But...
Each .CSV file needs to be by State. I have a table(tblImportToAGT) with the following fields:
Example of table data
ST SSN LASTNAME
AK 111111111 BRUCKMAN
AK 222222222 DOW
MI 333333333 LEVINSON
MN 444444444 REED
MN 555555555 URLING
I would get 3 different state .CSV files AR, MI, and MN.
Could someone put an example of some code that could be done to do this?
Thank You in advance!
Mike