Todays Date/Time

Ringers

Registered User.
Local time
Today, 16:09
Joined
Mar 4, 2003
Messages
54
This is proberly simple.How do i get a text field if empty to show the current date/time, and once i enter data in other fields to record/save it. It also needs to be editable for back dating.

eg.

on subform

txtdate: TODAYS DD/MM/YY, time(if null)

actions: blah blah blah blah

It's tricky little question, so any help would be great. :)
 
Ringers,

OK, I'll bite.

Set its default value to =Now() and bind it to a field in a table.

Wayne
 

Users who are viewing this thread

Back
Top Bottom