Dec 29, 2003 #1 TheRiver IS-IT--Management Dec 18, 2003 121 GB I have a table with two fields, how can I get a validation rule to do the following: Where Field1 is yes then Field2 should also be a yes?
I have a table with two fields, how can I get a validation rule to do the following: Where Field1 is yes then Field2 should also be a yes?
Dec 29, 2003 #2 dhookom Programmer Jun 24, 2003 22,530 US Set the table's Validation Rule to: IIf([Field1],[Field2],True) Duane MS Access MVP Find out how to get great answers faq219-2884. Upvote 0 Downvote
Set the table's Validation Rule to: IIf([Field1],[Field2],True) Duane MS Access MVP Find out how to get great answers faq219-2884.