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 5381 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

I have 4 tables of records, I then have a 5th table of records that these relate to, a summary record if you want to call it that.

In my 4 tables each record has a date.

What I want to do is have the summary record in the 5th table show thr highest record date taking into account the date in each 4 tables.

Table 1 01/01/2011

Table 2 10/02/2011

Table 3 02/01/2011

Table 4 05/01/2011

Table 5 would display the record from Table 2.

I know and have been using the Max function to get these into 4 seprate calculations in table 5. I just can't wokrout how I can get them into one field, this field showing the highest date from the related records.

I hope this is clear, seems a little hard to discribe.

Posted

Try:

Max (

Max ( Table 1::Date ) ;

Max ( Table 2::Date ) ;

Max ( Table 3::Date ) ;

Max ( Table 4::Date ) ;

)

Of course, this begs the question why not use a single table for all the data.

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