Label Wizard

Oldsoftboss

AWF VIP
Local time
Today, 12:37
Joined
Oct 28, 2001
Messages
2,499
Is there simple code to start the Access label wizard ?
After viewing the code in the Microsoft "Address" sample db and copying it to my db it just won't work. Not understanding the complexity of the code all I want to do is start the label wizard and use one of my tables.
Thanks,
Dave.
 
I'm not sure how to start the Label wizard directly, but this code will start the Report wizard...

DoCmd.RunCommand acCmdNewObjectReport

It's almost what you are asking for.

Good luck!
 

Users who are viewing this thread

Back
Top Bottom