Jump to content

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

Recommended Posts

Posted

Hello, I truely appreciate this fabulous forum!

I have a Work Order System and I want to perform a find on for Orders that have come in the last 24 hours. I don't want todays orders or yesterdays. It has to be the last 24 hours. Is that possible?

Thanks very much

Birchtree

Posted

I recommend to use oAzium Date & Time Plugin....

This will create a range of dates/times that represent your 24 hrs and then you can use a script to goto relate records....

Posted

You need to combine your date and time fields so that you can search for records with a date and time greater than yesterday at this time.

dateAndTime(calc,text) =

Right("0000000" & dateField,7) & Right("00000" & timeField,5)

Write a script like this:

Enter Find Mode []

Set Field [ dateAndTime,

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