How to copy a form?

fulltime

Registered User.
Local time
Tomorrow, 01:05
Joined
Mar 24, 2006
Messages
56
This is actually a rephrase of the scenario I posted in the other thread yesterday.

I have a form, titled "Danish", now i wan to make a copy of it, i.e, its textboxes, buttons and save the new form as "English". How can i perform ALL of the above in coding?

Thks..

FT :)
 
Copy the form from the database window under "forms" tab.

Ctl + C then Ctl + V

Col
 
ColinEssex said:
Copy the form from the database window under "forms" tab.

Ctl + C then Ctl + V

Col

Thks Col, but I need to perform the above in VBA coding... Everything should be done by the click of a command button...
 
Surely you're not going to have users copying forms?:confused:

Col
 
ColinEssex said:
Surely you're not going to have users copying forms?:confused:

Col

whenever the user imports a file, i wan the form to be autocreated...
 

Users who are viewing this thread

Back
Top Bottom