dwarvenmilitia
Programmer
Hi...
I have filtered some data copied from another table in a DB to a new table in the same DB and then exported this temp table to a new .mdb file.
When I open the new DB the yes/no data has changed format to -1/0.
So far I have used DoCmd.TransferDatabase to export but how do I export it whilst maintaining the yes/no format of the data and not the -1/0.
Cheers.
I have filtered some data copied from another table in a DB to a new table in the same DB and then exported this temp table to a new .mdb file.
When I open the new DB the yes/no data has changed format to -1/0.
So far I have used DoCmd.TransferDatabase to export but how do I export it whilst maintaining the yes/no format of the data and not the -1/0.
Cheers.