Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

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

Recommended Posts

Posted

Not sure how to really do a lookup -- I normally just relate two tables and make a relationship field to show the data on the page I need. A problem with this that I see (Please correct me if I am wrong)

1) If the data changes over time your records change too (IE: If I say an Sample Illness is 24 months and I use this in a equation on today) but what happens if in 6 months from today I update the illness from 24 months to 30 months --- it changes all my records to that new illness months)

How do I do a lookup field --- Never done one:

I need to look up a illness (By Description) and return a value in another field

How..

Thank you for your help

Posted

Exactly, lookups are used when the data shouldn't change (Prices in an invoice is probably the most common example).

You wouldn't want to relate by description, by the way, but rather by Illness ID.

In the Invoice example, in a line item record, the user enters a PartID. The Invoice Line Item record has a field "Price" that is a lookup. Its definition is to lookup "Price" from Parts using the relationship InvLineItem::PartID = Parts::PartID.

Posted (edited)

I did that --- Maybe I do not understand let me recap my setup:

Two Tables:

Insured (Illness & IllnessLE)

Illness (Illness & IllnessLE)

Relationship:

ID_Insured = ID_Illness

On the Insured page I have two fields:

Illness -- This is a drop down menu from the illness page -- So I can pull up the illness without typing

IllnessLE -- This is the lookup -- I want it to look at the Illness field and return the correct value.

What did I do wrong?

Thank you for the help...

Edited by Guest

This topic is 5212 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.