shogunjp Posted May 23, 2001 Posted May 23, 2001 Any suggestions? Reason: This is a non-profit membership database, it generates a list of current board members by searching the database for the checked board member option, it then compiles the persons full name and places it into a Global field, it repeats this for all current board members. I then want that global field to be the basis for a value list, so we don't have to alter the value list everytime the board member list gets changed... Thanks
markpro Posted May 23, 2001 Posted May 23, 2001 You don't need a global field. Create a calculated field for full name. Call it "Board_Member". Example calculation: Case [checkbox="Yes",First_Name & " " & Last_Name] Your Value list then is based on Field contents of the "Board Member" field.
shogunjp Posted May 24, 2001 Author Posted May 24, 2001 thanks... hmm.. I am feeling a bit dumb right now.
shogunjp Posted May 24, 2001 Author Posted May 24, 2001 It didn't work, the check box and the name fields are not located in the same database, (they are related through an ID number) Because of this, filemaker can not turn indexing on. Therefore, Filemaker can not turn the calculated field into a value list.
markpro Posted May 25, 2001 Posted May 25, 2001 How about creating the field in the other database and looking up the values?
markpro Posted May 25, 2001 Posted May 25, 2001 Another quick thought: What if the Check box field is actually in the same database as the names, and you use a relationship to display it in the file it currently resides in. This way the "name" field could be indexed because it is no longer depending on a related field.
Recommended Posts
This topic is 8585 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