I see where your going with this.... I thought about putting in an extra 3 fields in my table and set the contents to 1 if I wanted the field disabled (ie through vb code)... I was hoping for an internal access command that could disable fields.... If you dont think there is I will take your advice for conditional formatting and start writting some code.
Yup...as AceMan points out, what is the criteria which determines which fields are enabled?
If each record contains data that determines which fields are to be enabled, then the quick way is to create a sub routine that evaluates the criteria, then call it from the necessary form events. For example, call it after retreiving a record, after deleting a record, after saving a record, before update, after update...and etc. Then test it covering all events to make sure each record enables/disables controls accordingly.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.