Morning,
I am trying to open a form in read only but the script I run doesnt seem to do the job.
Private Sub CmdGoEvent_Click()
DoCmd.OpenForm "Tbl_localData", , , "[Sequence_Interpretation] = " & Combo4, acFormReadOnly
End Sub
Thanks,
Oliver
I am trying to open a form in read only but the script I run doesnt seem to do the job.
Private Sub CmdGoEvent_Click()
DoCmd.OpenForm "Tbl_localData", , , "[Sequence_Interpretation] = " & Combo4, acFormReadOnly
End Sub
Thanks,
Oliver