export form

A

Andrea Lodi

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

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

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]
 
Top