B
Brian
I want to set AllowEdits to False based on the content of a particular field
in Form_Current. However, I still want to allow the user to navigate to any
record by using a combo box (I call it Selector) that shows sufficient
information for the user to intuitively pick the desired record. I have the
navigation buttons turned off.
The problem is that when AllowEdits = False, then even edits of UNBOUND
controls is denied. I want to simply deny editing of BOUND controls. I am
trying to avoid having to disable all the controls on the form except the
Selector when I really just want to avoid changes to the underlying record
source.
Is there another methodology that will accomplish the underlying task?
in Form_Current. However, I still want to allow the user to navigate to any
record by using a combo box (I call it Selector) that shows sufficient
information for the user to intuitively pick the desired record. I have the
navigation buttons turned off.
The problem is that when AllowEdits = False, then even edits of UNBOUND
controls is denied. I want to simply deny editing of BOUND controls. I am
trying to avoid having to disable all the controls on the form except the
Selector when I really just want to avoid changes to the underlying record
source.
Is there another methodology that will accomplish the underlying task?