Wizard through VBA

J

JohnR

Is there a way to call and use the create form Wizard
using VBA. I need to create a justified form for each of
260 tables. I would like to use VBA to create the forms
instead of using the wizard 260 times. Can this be done?

Thank You

John
 
S

StCyrM

Hi

Another way to proceed would be to create a template form, then copy the form
and change it's record source for each table.

An easier way would be to create only one table and change it's record source
when the form fires up.

Maurice
 
Top