How to 'give' the status bar back to Access

  • Thread starter Thread starter Neil
  • Start date Start date
N

Neil

Hello,

When using Excel, you can give the control of the status bar back to Excel
by setting its value to false (Application.StatusBar = False). Can you do
the same thing with access and the Application.SysCmd command. I pass False
as the argument (when using acSysCmdSetStatus), but 0 appears in the status
bar. I suppose I asked for that one... :-)

TIA,

Neil.
 
Never mind.

I have just found the acSysCmdClearStatus action argument. This does the
trick.

Thanks anyway,

Neil.
 
Back
Top