I have a check box control named Primary tied to table field named Primary with a datatype of Yes/No. The check box is part of a form that displays in continuous mode. How do I code so that when the user sets the Primary check box to True that all other records (other than the current record) have the Primary set to False? In other words, I only want to allow one Primary at a time to be True.