My Forms On Load Event gets a picture from OpenArgs (which has the picture path and filename)
It works great but I'd like to have more than one picture and use the Record selectors to move through them.
Where should the code go to execute when the record selectors are clicked, and what sets the number for showing 1 of xx ?
Thanks for any info.
Code:
Me.Picture = Me.OpenArgs
Where should the code go to execute when the record selectors are clicked, and what sets the number for showing 1 of xx ?
Thanks for any info.