Neak1
Computer
- Sep 10, 2001
- 12
I have a form the contains about 30 fields. Some of these fields are required at all times, and the others are required under some kind of condition. What I do know is that you can control this in some way by using the validation rule which is listed on the properties window of every field. What I need to know is how to force the user to make relational entries. EX. There is a field called Address, if Address is coded then Zip must also be coded. As of now the user is only required to enter in Address when one is given so they can skip this field in some cases, but in those cases were the Address is given and must be coded the user is still allowed to skip over the Zip field. How can I prevent this from happening. Please Help! I have tried many types of coding an nothing has helped.