Hi
ongoing database which exhibits an intermittant issue
I call a form showing limited details of a record. On that from is a field which has an on click event as below
Code:
Private Sub Surname_Click()
DoCmd.OpenForm "frm_Detail", , , "GraveID = " & Me.GraveID
End Sub
this calls a form showing full details.
However is it intermittant
some times it opens and shows the full details and some times is opens to a greyed out form with just the form name top right
<img src="https://www.accessforums.net/attachment.php?attachmentid=24835&stc=1" attachmentid="24835" alt="" id="vbattach_24835" class="previewthumb">
has anyone any ideas why?
thanks
Ian