C
Chris v.
I'm using Access 2007 and have an "Input" form with sub forms. The Main
form's Allow Edits property is set to yes, while the controls on the main
form are locked so the user can ONLY look-up clients. The sub forms is where
the data entry happens. However, if the sub form already has data, that data
shouldn't be modifiable. Yet, if any of the sub-form's fields are null, I
want the user to be able to enter the appropriate data. So me questions are:
1) How can I do this? and 2) Is this a bad design?
form's Allow Edits property is set to yes, while the controls on the main
form are locked so the user can ONLY look-up clients. The sub forms is where
the data entry happens. However, if the sub form already has data, that data
shouldn't be modifiable. Yet, if any of the sub-form's fields are null, I
want the user to be able to enter the appropriate data. So me questions are:
1) How can I do this? and 2) Is this a bad design?