How to use a statusbar control in a userform

  • Thread starter Thread starter Luis M
  • Start date Start date
L

Luis M

Hi everybody

Im using AccessXP and trying to use a statusbar in the userform footer.
However, I don´t know how to show messages on it because I don't find its
Panels and Text properties.

Thanks

Luis
 
Luis M said:
Hi everybody

Im using AccessXP and trying to use a statusbar in the userform footer.
However, I don´t know how to show messages on it because I don't find its
Panels and Text properties.

Thanks

Luis

In Access 2000 those properties aren't shown either, but they do work.
Just give it a try: UserForm1.StatusBar1.Panels(1).Text = "Ready"

This is also happening to a TreeView or a ListView. No properties are shown
after typing the dot, however those controls can be updated/populated the
same way as in Word or Excel.
I think only the combobox in Access has a real different behavior (callback
function) when it comes on updating it with a dynamic rowsource.

Although I'm still not sure if this will also work for AccessXP, I always
use a bogus form in Word or Excel at the same time, just to test and
checkout the correct syntaxis for those controls.
 
Hi Moon, sorry too late. But Thank you very much!!!

It really works!!!

Regards.

Luis
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top