I have been using this command in an application for a long time all of sudden the command is not working on one of the machines using the application. This application is still in mdb format, the main reason is not all the machine is using the 2007 or greater version of Access.
Has an Microsoft update that may have gone out changed something or what could be causing the command to fail.
here is the command line i'm using: DoCmd.TransferDatabase acExport, "Microsoft Access", StrApp, acMacro, "Create New Field", "Create New Field", False
works on my machine and many others.
Has an Microsoft update that may have gone out changed something or what could be causing the command to fail.
here is the command line i'm using: DoCmd.TransferDatabase acExport, "Microsoft Access", StrApp, acMacro, "Create New Field", "Create New Field", False
works on my machine and many others.