In copying tables i use the command Transferdatabase shown below.It is a good command, but i need the following refinement.
I want to copy the table only when the Yes/No field "accepted" in the table Unis is set to Yes.Can i do it in the command, and if not,
how can i set the condition ?
DoCmd.TransferDatabase TransferType, "Microsoft Access", appath, acTable, "Unis", "Unis"
I want to copy the table only when the Yes/No field "accepted" in the table Unis is set to Yes.Can i do it in the command, and if not,
how can i set the condition ?
DoCmd.TransferDatabase TransferType, "Microsoft Access", appath, acTable, "Unis", "Unis"