Would like to display an image at the current record of my continuous form subform. On the Form Load event is the following:
Forms!frmArchive!sfrmArchiveRecords![Image1].Visible = False.
In the On Current event of the subform is: Me![Image1].Visible = True. When initially opening the form there are no images displayed. When moving to another record, all records display an image. Is what I am trying to achieve possible?
Thanks
Ron