J
Jones
I have an Order form which when completely filled out sets a check box in
the table to "Lock" the Order. In the current event I have the statement:
Me.Allowedits = Not OrderLocked
In rare cases the Order can be edited anyway.
I placed the following statement in the Got Focus event for one of the
fields:
Msgbox Me.Allowedits
When I click the field the Msgbox displays "False" but I can continue to
edit the field. Has anyone had this kind of problem before?
Stan Jones
the table to "Lock" the Order. In the current event I have the statement:
Me.Allowedits = Not OrderLocked
In rare cases the Order can be edited anyway.
I placed the following statement in the Got Focus event for one of the
fields:
Msgbox Me.Allowedits
When I click the field the Msgbox displays "False" but I can continue to
edit the field. Has anyone had this kind of problem before?
Stan Jones