D
DCPan
Hi,
I have a subform in a form.
On opening the form, I have a VB script that turns allowedits on and off
based on parameters. The script kicks off on the "on open" event.
The weird thing is, despite having Me.AllowEdits = False for both the form
and the subform, I find that if I click on the subform, then click back on
the main form, allowedits somehow became "true" and I can edit stuff.
Has other people ran into this?
Do I need to change the allowedit to fire on a different event?
Thanks!
I have a subform in a form.
On opening the form, I have a VB script that turns allowedits on and off
based on parameters. The script kicks off on the "on open" event.
The weird thing is, despite having Me.AllowEdits = False for both the form
and the subform, I find that if I click on the subform, then click back on
the main form, allowedits somehow became "true" and I can edit stuff.
Has other people ran into this?
Do I need to change the allowedit to fire on a different event?
Thanks!