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

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

Recommended Posts

Posted

Hi,

Could anyone help me on how I can do the following:

I created a party planning database where I have active bookings and completed bookings.

I have a field called "Job Status"

and a field called "Date of Function"

What I want is to compile a find / report of all the "Active" bookings in the job status field for any bookings that are within the next 60 days.

I can perform a date range find, but I have to keep entering the dates.

I want something a little more automatically, so I can press a script button and will it do it all for me.

In Microsoft access, I was able to do it, but now on Filemaker I cannot.

What I did in Microsoft was a formula called

"<()+60"

which meant - Any bookings that are in the next 60 days of todays date.

Let me know if someone can help.

Thank you,

Dean

Posted

Script is...

Enter Find Mode[]

Set Field[Job Status ; "Active"]

Set Field[Date of Function ; Get(CurrentDate) & "..." & Get(CurrentDate) + 60]

Perform Find[]

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