bwill2000 Posted April 16, 2003 Posted April 16, 2003 Hi All, I am a newbie to Filemaker, only really know the basics. I am trying to do the following, but i do not know what the calculation is, if any: A database with two fields: Field 1 = Number Field 2 = Name I have a value list of 18 names. When a number form 1 to 18 is eneted into field 1 (number) I need filemaker to automaticly enter a name from the value list into field 2. Does anyone have any ideas? This is killing me. Thanks All
Lee Smith Posted April 16, 2003 Posted April 16, 2003 You have to hard code the calculation in Field 2. The easiest way is via a Case Statement. Case(Field 1 = 1, "Joe", Field 1 = 2, "Bob", Field 1 = 3, "Al" ) and so on. HTH Lee
Recommended Posts
This topic is 7893 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