forms

R

RichardC

I am having great difficulty exporting a form to another database..I keep
getting told I am cancelling the previous operation...Can anyone help....

DoCmd.TransferDatabase acexport, "Microsoft Access", _
"C:\crams\template.mdb", acform, "trainingoverview", _
"trainingoverview"

Trainingoverview is in this db and the location to be sent is
c:\crams\template.mdb, there are no passwords involved..
 
Top