Greetings.
A quick and hopefully simple question for your eminent brains.
I have a drop-down list with several elements. The drop-down gets it's values via Lookup from another table. Depending upon the element chosen, I want to have several other fields to be either enabled or disabled.
As an example:
Say you have three options in the drop down list, being yes/no/other. If yes, then related fields are enabled (this as default). If no, then related fields disabled. If other, then one field (reason) is required.
So far I've tried Iif statements on the After Update option of the field which holds the dropped-down answer. I dont get any errors, but I dont get any response, either.
-----------------
If you can offer me help on this, please do so in the simplest possible terms, i.e., define for me not only the commands that need to be used, but where to use them.
A quick and hopefully simple question for your eminent brains.
I have a drop-down list with several elements. The drop-down gets it's values via Lookup from another table. Depending upon the element chosen, I want to have several other fields to be either enabled or disabled.
As an example:
Say you have three options in the drop down list, being yes/no/other. If yes, then related fields are enabled (this as default). If no, then related fields disabled. If other, then one field (reason) is required.
So far I've tried Iif statements on the After Update option of the field which holds the dropped-down answer. I dont get any errors, but I dont get any response, either.
-----------------
If you can offer me help on this, please do so in the simplest possible terms, i.e., define for me not only the commands that need to be used, but where to use them.