Using VBA to open the Form Wizard

  • Thread starter Thread starter pete-portsmouth
  • Start date Start date
P

pete-portsmouth

Guest
Is there a way of 'calling' the form wizard using VBA code? It would be useful but I am not sure if it is possible!

Thanks
 
I believe you can do this with the RunCommand Action. Look it up in VBA help.
 
DoCmd.RunCommand acCmdNewObjectForm
 

Users who are viewing this thread

Back
Top Bottom