Access XP Menu Commands

D

David

Hello,

I just "inherited" a system written in Access 2000. A user had their Office
upgraded to Office XP/2002, and the following command to place a screen in
subform datasheet view, no longer works:

DoCmd.DoMenuItem A_FORMBAR, 2, 3, , A_MENU_VER20

I tried using the following command, which DOES work in Access 2000, but
still not in Access 2002. Any ideas what command is compatible with both
Access 2000 and Access 2002?

DoCmd.RunCommand acCmdSubformDatasheet

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