writing my own wizards

J

John B. Smotherman

Is it possible to write my own wizards in Access2007? If so, are there tools
for this, or do I write it in VBA? Thanks!
 
J

Jeff Boyce

Depends on your definition of "wizard"...

If you are looking to create "help the user figure out the right way"
functionality, you could do that using a tab control!

Regards

Jeff Boyce
Microsoft Office/Access MVP
 
M

Marshall Barton

John said:
Is it possible to write my own wizards in Access2007? If so, are there tools
for this, or do I write it in VBA?


Certainly, its possible and Yes, you must use VBA (or create
a DLL in another programming language) procedures. Search
VBA Help for "Wizard" and you should find some minor(?)
information. There are quite a few of VBA builtin
functions/methods that are there specifically for creating
wizards and they can be used along with the usual every day
stuff.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top