G Guest Jul 19, 2006 #1 How can I Open, Close, and Clear Data from, and set the Focus to the intermediate window using code. Thank You Ross
How can I Open, Close, and Clear Data from, and set the Focus to the intermediate window using code. Thank You Ross
A Allen Browne Jul 20, 2006 #2 You can open the Immediate window with: RunCommand acCmdDebugWindow I don't think Access provides a way to programmatically clear the window, short of a SendKeys fudge. There is a toolbar button to clear it in the mztools add-in from www.mztools.com
You can open the Immediate window with: RunCommand acCmdDebugWindow I don't think Access provides a way to programmatically clear the window, short of a SendKeys fudge. There is a toolbar button to clear it in the mztools add-in from www.mztools.com
R RoyVidar Jul 20, 2006 #3 Ross said: How can I Open, Close, and Clear Data from, and set the Focus to the intermediate window using code. Thank You Ross Click to expand... I think this should work to clear the immediate window, also in Access (watch for linebreaks in the link) http://groups.google.com/group/micr...ogramming/browse_frm/thread/e738f8943a2d0fde/
Ross said: How can I Open, Close, and Clear Data from, and set the Focus to the intermediate window using code. Thank You Ross Click to expand... I think this should work to clear the immediate window, also in Access (watch for linebreaks in the link) http://groups.google.com/group/micr...ogramming/browse_frm/thread/e738f8943a2d0fde/