Looking for a Marque eh????
How you can implement in Access:
Use a timer.
Make label with text to scroll.
In timer event, subtract 1 character from the front and add to the end of the string (or vice-versa for a reverse scroll)
Set the timer event to fire under a second to get the "rolling" effect ...