splash screen with moving text

  • Thread starter Thread starter frederic10_mess
  • Start date Start date
F

frederic10_mess

Hi folks,

Does someone know how to make a splash screen with moving text that I
can add in access 2000

Thanks you for your help!!
 
Fred,

Well, a "splash screen" is just a form, right?

Depends a bit exactly how you want the text to move. One option to
experiment with would be to use a macro on the Timer event of the form,
to change the Top and Left properties of a label or textbox control on
the form.
 
Back
Top