View Full Version : DoMenuItemMethod


Jman
11-21-2000, 06:27 AM
I am having a problem using the select all command on the edit menu I write in VBA Docmd.DomenuItem acformbar, aceditmenu, 7,,acmenuver70
but I cant seem to make the select all step an automated step any body can help
thanks

Fornatian
11-22-2000, 12:45 AM
I don't know if this will work but try using a send keys command to send Ctrl+A-that will have the same effect.

if anyone can post the syntax please do..

Ian