C
Chris@PDX
I have a form and a subform that I want to be able to open in 3 modes: review
existing data without editing, enter new data, edit existing data. I can use
openform from a Switchboard and this works well for the “enter new data†and
“edit existing data modesâ€.
I am having trouble with the “review existing data without editing†mode,
however. The main form uses two combo boxes to filter the data and show the
subset of data meeting the criteria in the two combo boxes (watershed, and
sampling station within the watershed). These combo boxes seem to be
disabled in the read only mode, and won’t filter the data. It seems read
only affects the unbound controls as well as the bound controls.
Is there a way – when the user selects “review existing data without
editing†– to prevent them from changing or adding data but still allow the
use of the cascading combo boxes on the main form to filter the data?
Thanks for any suggestions you may have,
Chris
existing data without editing, enter new data, edit existing data. I can use
openform from a Switchboard and this works well for the “enter new data†and
“edit existing data modesâ€.
I am having trouble with the “review existing data without editing†mode,
however. The main form uses two combo boxes to filter the data and show the
subset of data meeting the criteria in the two combo boxes (watershed, and
sampling station within the watershed). These combo boxes seem to be
disabled in the read only mode, and won’t filter the data. It seems read
only affects the unbound controls as well as the bound controls.
Is there a way – when the user selects “review existing data without
editing†– to prevent them from changing or adding data but still allow the
use of the cascading combo boxes on the main form to filter the data?
Thanks for any suggestions you may have,
Chris