Jonathan said:
Hi, in Excel you can use the line application.displaystatusbar to check
whether the status bar is visible. What is the Access equivilant?
Interesting question. The status bar is shown or hidden at
startup, but I was unable to find a way to toggle this
property while an applicataion is running, only takes
effect the next time the application is opened.
You can get the startup setting of the status bar with this
reference:
CurrentDb.Containers!Databases.Documents!MSysDb.Properties!StartUpShowStatusBar
If that causes a property not found error (3270), I presume
that the status bar is being shown.