Hello!
I'm a beginner in Access and currently working on a data entry form. We are using filled surveys to build a database. Here's my problem:
We have a particular question which says: "Did you produce corn this year"? If yes, then the user needs to fill the acres, irrigated land etc. However if no, then we need to enter in nothing there and I want that particular entry box to be blocked off for the user. That is he can't enter any data at all!
Here's how I was thinking about this problem.
1. I create a Field, Corn, which is a Yes/No category.
2. Then create two additional fields for acres, irrigated land. If the user answers "Yes" in the field Corn then he's allowed to enter the following two fields. If he answers "no" then the he can't enter anything in the next two fields.
How do I go about doing this? I was thinking of the IIf function, but I don't know the correct syntax. Any place would be appreciated thanks!
Sankalp