Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Scrolling marquee

Status
Not open for further replies.

baha

Programmer
Apr 16, 2002
28
US
Hi,
In access can I use VBA and how, to create a scrolling marquie?
When the form opens i want a scrolling marquee, which will be displaying currentdate, or smth else.

Thanks
 
An easy way is to make sure the text is wider than the control and then just 'rotate' the text. Trim the first letter, and addit to the end of the string. Of course, you need to use a timer on the form to 'interrupt' the process periodically to do the rotation. Generally, you would need an interval of ~ 250 milli seconds (or less) to give a smoth scroll.

MichaelRed
m.red@att.net

There is never time to do it right but there is always time to do it over
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top