ViciousTruth Posted December 14, 2009 Posted December 14, 2009 Hello all, Trying to figure out the calculation to do the following: In my database, I have a Customer table and a ContactLineItems table. I use the ContactLineItems table to store phone number and type (Ie. Home, 555-123-0001). Additionally, I have a IsMain field that uses a checkbox: the user can mark a phone number as "Main". What I am trying to do is write a calculation that prevents a user from marking more than one number as "Main".... Any ideas?
comment Posted December 15, 2009 Posted December 15, 2009 Instead of marking an item as "Main", store the item's ID in a field of the parent record.
Recommended Posts
This topic is 5527 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now