P
Pietro
Hi,
How can i prevent the form CAP from loading in the following code:
dim a as single
If [Forms]![sw]![FRM] <> "cap" And [Status] = "Open" Then
a = MsgBox("You cannot handle more than one case on the same time", 16,
"Improper action")
The form CAP is not loaded
end if
How can i prevent the form CAP from loading in the following code:
dim a as single
If [Forms]![sw]![FRM] <> "cap" And [Status] = "Open" Then
a = MsgBox("You cannot handle more than one case on the same time", 16,
"Improper action")
The form CAP is not loaded
end if