C collinm Registered User. Local time Today, 14:35 Joined Apr 20, 2006 Messages 14 Dec 8, 2006 #1 hi i have a database x (x.mdb) and y (y.mdb) i would like to copy some report from x to y any idea? thank
hi i have a database x (x.mdb) and y (y.mdb) i would like to copy some report from x to y any idea? thank
boblarson Smeghead Local time Today, 11:35 Joined Jan 12, 2001 Messages 32,053 Dec 8, 2006 #2 Use the DoCmd.TransferDatabase command - check the intellisense for the parameters.