Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 7893 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

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

Posted

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

smile.gif

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.