Toolbars, Autoexec macros -converting an Access 2.0 to Access 2003

J

Jim

After everyone else in the office turned down this project, this upgrade
project fell on my desk. It's been about 8 years since I last created a big
app in VFP and never in Access. Until I start traiing next week, I been
poking around - running the original app under 2.0 on one box and upgrading
and debuggin on a second box. I can't seem to get past the autoexec macro in
this 2.0 app to rununder 2003

The three lines that are vexing me are:

DoMenuItem (arguments - database, Window, hide)
ShowToolbar (arguments - Select, No)
ShowToolbar (arguments - SelectM, No)

It appears (from MSDN and other reearch) that DoMenuItem and ShowToolbar
been replaced , but I can't seem to find the right procedures/functions to
replace it.

The toolbars have been imported into the new 2003 upgraded database, but
obviously the language support has changed.

Can anyone give me clue to get on the fast track with this?

THANKS!
 

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