Status Bar

  • Thread starter Thread starter Lisa
  • Start date Start date
L

Lisa

hello everybody, I would like to know if it is possible to make the status
bar of a project show some random (scrolling) text. I use this on all my
excel
sheets and I would love to be able to do the same with access.

Thanks
--
Lisa
Save the Dogs Onlus - www.savethedogs.eu

Aiutaci a costruire il nuovo rifugio, dona il 5 per mille a Save The Dogs:
97394230151
 
Lisa said:
hello everybody, I would like to know if it is possible to make the status
bar of a project show some random (scrolling) text. I use this on all my
excel
sheets and I would love to be able to do the same with access.

There is a property called Status Bar Text. Open the form in Design View,
open the form's property sheet. Go to the Other tab and enter your text in
the control's property. Alternatively, you can use VBA code:

ControlName.StatusBarText = "Look at this"
 

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

Similar Threads

status bar 2
completing a query 10
combobox in query 14
Form to query 15
Status Bar more complex 1
excel and fun? 7
Scrolling text on status bar 3
Application Status Bar Scroll 1

Back
Top