Slideshow in Access

  • Thread starter Thread starter shaggles
  • Start date Start date
S

shaggles

Is it possible to create a slideshow in Access? I have a
have a switchboard with only 3 items so I've added a
picture as the background. I was wondering if instead of
a single picture I could run a slideshow in the
background. Or if not a slideshow a different pic every
time you open the form.
 
You could use me.picture = pathtoyourpicturefile and run this inside of the
timer event of the form specifiying a different picture.
 
Back
Top