I do not want the record selector displayed. Is there a way to fake an Unsaved Record Indicator using an image? I tried:
Has anyone done this or have any ideas?
Private Sub Form_Current()
End Sub
Of course, it didn't work.Dim ctl As Control
If Me.Controls!ctl.Change Then
If Me.Controls!ctl.Change Then
Me.Image124.Visible = True
ElseMe.Image124.Visible = False
End IfEnd Sub
Has anyone done this or have any ideas?