dwarvenmilitia
Programmer
Hi...
I have a simple database with name, surname and address details etc, however I want to be able to hit a button from a form to export it to a new mdb file with only basic things from the table, say just names and not the addresses.
I understand that I could create a query to select only the fields I need but then using the DoCmd.TransferDatabase how would I create a new file.
I'm searching how to do this but any help would be sweet.
Cheers.
I have a simple database with name, surname and address details etc, however I want to be able to hit a button from a form to export it to a new mdb file with only basic things from the table, say just names and not the addresses.
I understand that I could create a query to select only the fields I need but then using the DoCmd.TransferDatabase how would I create a new file.
I'm searching how to do this but any help would be sweet.
Cheers.