print time from text box value

CoachPhil

Registered User.
Local time
Yesterday, 20:26
Joined
Jun 24, 2008
Messages
83
Is it possible to print a report that is based on a text box that is coded now()?

CoachPhil
 
Not sure exactly what you are asking. Can you restate that a bit?
 
Bob,

I have a form that I populate with client info including time called in. The time is coded as Now(), which populates with the current time.
Is it possible to save the recorded time on this record so that when I print a report, the related caller time will be reflected in the report?

CoachPhil
 
If you set the default of the field to

=Now()

Then it will enter the date/time when a new record is created and it will be in the database stored. Does that help?
 
Bob,

Yes, thank you, sometimes we look for the difficult answer when it isn't there.

CoachPhil
 

Users who are viewing this thread

Back
Top Bottom