BeforeUpdate of a form I have two check boxes called purchased and sold if either is checked I need to check two fields associated with each check box (4 FIELDS IN ALL) to see if they are blank and if so undo and exit. I just can't get it to check the both correctely.<br><br>If purchased is checked and BOTH associated fields have their data in then save and exit.<br><br>If sold is checked and Both associated fields have their data in then save and exit. <br><br>What's happening is it checks the first If and I'm done or If a field for purchased is blank but I'm only checked on sold it's telling me I have a blank field. I need to get my If or ElseIf correct.<br><br>Thanks<br>Myron