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.
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.