sirtemplar Posted September 25, 2009 Posted September 25, 2009 i would like to ask if the ff. is possible in filemaker and how to implement it. i have a database with a field called "degrees" to show degrees earned by the person. it's possible that a person have more than 1 degree. i want that to fill this field, the user will be presented with a window with a list of all possible degrees i define, in some sort of checkbox set, check the degrees applicable and in the end fill the "degrees" field with values separated by commas. thank you
jamesducker Posted September 25, 2009 Posted September 25, 2009 Your "list of all possible degrees i define" needs to be a value list. File -> Manage -> Value Lists. Then go to layout mode. Copy your degrees field and paste it elsewhere on the layout, so you have it on there twice. Make both of them nice and big (several lines). On one of them only, right-click on your the field and do field format... set it to be a checkbox set, with values from the new value list created above. Go back to browse mode and experiment with ticking/unticking the boxes. You will see in the other (non-checkbox) version of the field that it is still a normal text field... the different degrees come and go as the other field is ticked. If you want them comma-separated, instead of on multiple lines, then don't change the field you already have. Make a separate calculation field whose formula is: substitute(degrees,"¶",", ") Hope that helps. James
sirtemplar Posted September 25, 2009 Author Posted September 25, 2009 thank you. since there are more than a hundred degrees to choose from, is there a way to have the check box scrolling than on several lines?
CCBtx Posted September 29, 2009 Posted September 29, 2009 How do I "watch" this post for the replies?
Lee Smith Posted September 29, 2009 Posted September 29, 2009 Click on the [color:red]Subscribe to Topic Button below
Recommended Posts
This topic is 5534 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