displaying a form for a set time then stepping onto next

A

Ant S

I have a number of records displayed via a form; each form includes a JPG
image
I would like to view them like a slide show e.g. display each record for a
set time then move onto the next until it gets to the end, rather than just
clicking the next record button. I have a combo box on the form
(Str_Interval) with intervals of; 3 seconds, 5 seconds 10 seconds etc. The
key field is the interval in milliseconds. So I want to be able to select a
time interval from the combo box then click a "Run Show" command button so
that each form is displayed for the selected time interval then moves to the
next until it gets to the end of the set.

I am a complete novice when it comes to VB code so please explain any
suggestions clearly. Thanks in anticipation.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top