G
Guest
I have the following in the DblClick event for the control CaseStart which is
a date/time field. The problem is that once the control is double clicked the
form remains in edit mode, even though I've told it not be editable.
Additionally, when the control is double clicked, it shoudn't enter in the
time until the Edit button has been clicked on the form. The form opens with
Me.AllowEdits = False, and this works for everything but the control at issue.
Me.CaseStart = Time()
Me.AllowEdits = False
I've also put the following in the control's after update event;
Me.Form.frmVisitNewEdit.AllowEdits = False
But to no avail.
As always, your help is greatly appreciated.
rob
a date/time field. The problem is that once the control is double clicked the
form remains in edit mode, even though I've told it not be editable.
Additionally, when the control is double clicked, it shoudn't enter in the
time until the Edit button has been clicked on the form. The form opens with
Me.AllowEdits = False, and this works for everything but the control at issue.
Me.CaseStart = Time()
Me.AllowEdits = False
I've also put the following in the control's after update event;
Me.Form.frmVisitNewEdit.AllowEdits = False
But to no avail.
As always, your help is greatly appreciated.
rob