A Andrea Lodi Jan 11, 2008 #1 I am looking a way to send a form from a database to another using only the code and avoiding any wizard. THanks. Andrea
I am looking a way to send a form from a database to another using only the code and avoiding any wizard. THanks. Andrea
J John W. Vinson Jan 11, 2008 #2 On Thu, 10 Jan 2008 18:21:18 -0800, Andrea Lodi <Andrea I am looking a way to send a form from a database to another using only the code and avoiding any wizard. THanks. Andrea Click to expand... Take a look at the VBA help for TransferDatabase. I presume you want to send the actual Form object - not the data visible on the form...? John W. Vinson [MVP]
On Thu, 10 Jan 2008 18:21:18 -0800, Andrea Lodi <Andrea I am looking a way to send a form from a database to another using only the code and avoiding any wizard. THanks. Andrea Click to expand... Take a look at the VBA help for TransferDatabase. I presume you want to send the actual Form object - not the data visible on the form...? John W. Vinson [MVP]