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

Recommended Posts

  • Newbies
Posted

I have a table called jobs, that lists all of hte work going through at a given time. I also have a table called Job Status which gives the status of those jobs. We often print the Job Status Table to take to our production meeting. What would be the easiest way to set up a time stamp for the report itself so the manager knows what date and time the report was printed out?

Thanks

Posted

Create a field called TimeStamp. This will be an unstored calculation timestamp field using the

Get ( CurrentTimeStamp ) function.

On your report layout, you can now put the new field in the header or use a merge field if you prefer.

Posted

You can also just place the symbols // and ;):. // Will give you the date and :: will give you the time. That way you don't have to create a new field.

Posted

Look under the Main "Menu >> Insert" for the shortcuts. In v6, and v7, use the Cmd and - will insert the Date, and the Cmd ; will insert the Time.

In v7, it is

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