How can I disallow/allow editing of fields in a “single” record of a many records database?
Situation:
I’ve designed a database in MS Access 2003 that has many records, and each individual record “number” has many data entry fields. I want to be able to“disable (not allow)” users from entering or editing any data in certain fields when they have finished entering all the required data.
What I need:
I would like to use a Yes/No ComboBox field (password protected) located in each individual record that will allow me to change it to “Yes” to allow editing of certain fields, or “No” that will disallow editing of certain fields.
Is this possible, and if so can someone explain to me how to do this or what code I need to use?
Situation:
I’ve designed a database in MS Access 2003 that has many records, and each individual record “number” has many data entry fields. I want to be able to“disable (not allow)” users from entering or editing any data in certain fields when they have finished entering all the required data.
What I need:
I would like to use a Yes/No ComboBox field (password protected) located in each individual record that will allow me to change it to “Yes” to allow editing of certain fields, or “No” that will disallow editing of certain fields.
Is this possible, and if so can someone explain to me how to do this or what code I need to use?