C
CyberDwarf
Mebbe I need a new brain....
I need to check if a form is open in read-only mode.
I open it with:-
If InVal = 150 Then
DoCmd.OpenForm stDocName, , , stLinkCriteria, acFormReadOnly
Else
DoCmd.OpenForm stDocName, , , stLinkCriteria
End If
What do I need to do to check the open mode from within the opened form?
TIA
Steve
I need to check if a form is open in read-only mode.
I open it with:-
If InVal = 150 Then
DoCmd.OpenForm stDocName, , , stLinkCriteria, acFormReadOnly
Else
DoCmd.OpenForm stDocName, , , stLinkCriteria
End If
What do I need to do to check the open mode from within the opened form?
TIA
Steve