In the OnOpen event of my form i have the folowing command:
DoCmd.TransferDatabase acImport, "Microsoft Access", CurrentDb.Name, acTable, "orders1", "orders2", False
On opening the form i get the meesage the Transfer database action was cancelled. What is the reason ?
DoCmd.TransferDatabase acImport, "Microsoft Access", CurrentDb.Name, acTable, "orders1", "orders2", False
On opening the form i get the meesage the Transfer database action was cancelled. What is the reason ?