Intermediate Window

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How can I Open, Close, and Clear Data from, and set the Focus to the
intermediate window using code.

Thank You

Ross
 
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
 
Back
Top