Dec 29, 2003 #1 TheRiver IS-IT--Management Joined Dec 18, 2003 Messages 121 Location 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 Joined Jun 24, 2003 Messages 22,561 Location 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.