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

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

Recommended Posts

Posted

hi,

I'm new to filemaker5.5 . I have a filemaker database that stores employee details including their passport details. I want to create a report that will display only those employees whose passports will expire in the next 3 months.

Can anyone help me with this?

Thanks a lot

Posted

Do you want 3 months (anytime in the month, exactly 3 months from that day, or a rough 3 months.)?

If rough, you could create a calc ( lets call it PassportCalc) that is

If(PassportDate <= (Status(CurrentDate)+90), 1, 0)

Then you can write a script that will

Enter Find Mode [no pause]

Set Field [PassportCalc, 1]

Perform Find [no restore, replace found set in version 6]

Go To Layout [Your Report]

HTH

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