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

Recommended Posts

Posted

Is there a way to automatically populate a Timestamp field with a default time value?

We're using Timestamps to be consistent with an external SQL database. But our users actually just want to enter a date. Is there a simple way to populate the field with " 23:59" so the user doesn't have to?

Many thanks in advance,

William

Posted

Hi William,

I do not believe you can enter anything but a timestamp into a timestamp field because FileMaker will stop the User as the entry being invalid without the time (and it will happen BEFORE auto-enter could fire). But you can provide the User with a date field. Then you can have your timestamp field set to Options > Auto-Enter > By Calculation and

Timestamp ( dateField ; "23:59:00" )

Back at the auto-enter tab (right below Calculated Value) be sure to uncheck 'Do not replace existing value for field (if any).

Posted

Hi

the easiest way is to let the user enter a date into a date field.

A new timestamp field that auto-enters:

yourDateField & " 23:59"

will solve the problem.

Edit: Hi LaRetta, I was too late.

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