Hi, all!
I have a table (OrganizationsT) and a contacts table (ContactsT).
On ContactsT, there is a combobox (ContactOrg) that pulls from OrganizationsT, so the contact can be associated with an organization.
On ContactsT, there is also a yes/no checkbox (PrimaryContact). Each organization can have several contacts, but there should be only one primary contact.
What I am trying to do is this: If they check the PrimaryContact box, but another contact has that already checked for the same ContactOrg field, they should get a message box.
If they are checking, and there already is a primary contact, it should say, "ContactFullName is already the Primary Contact for this Organization. You must edit this contact before selecting a different primary contact." It would be a bonus if, after 4 seconds or so, it popped up my contact edit form (ContactEditF).
I figure it has an event related to OnClick, but I didn't want to happen when the OnClick UNCHECKS the box.
Thank you so much for your thoughts -- I couldn't even begin to figure out how to google this!!!
--ak