Private Sub Command80_Click()
DoCmd.TransferDatabase acExport, "Microsoft Access", "D:\temp\my_data.mdb", acQuery, "Q_Books", "q_test", True
End Sub
This code almost does what I need it to, but here is a problem I run into with this,,,,a would need the code to take the customer# from the...