Alternating Pictures

D

Dennis

Could anyone tell me how I can set up my form properties so that each time it
opens, it displays a different background picture?
 
W

William K. Hamilton

Dennis said:
Could anyone tell me how I can set up my form properties so that each time it
opens, it displays a different background picture?

Have a table with the paths to all the backbround pictures you want to
display.

Use the On Open procedure to look at the table and select a picture at
random or to increment the current picture. Put the path into the Picture
property of the form.
 
Top