H
Hiking
Hello everyone,
I have created a date field and a time field in table tblRunningTasks.
I also have a form called frmRunningTasks.
I would like to have the two above-mentioned fields auto-populate
whenever a change is made to any of the other fields in form
frmRunningTasks.
I'm p'tty certain I go to IfDirty in the Events tab of the form
properties, and there I tried using expressions to point to the
tblRunningTasks table and to the Date field, and then saying that this
table/field is equal to Today(), but was getting error saying it could
not find the table (this was at work, I could get the details tomorrow).
Be that as it may, should I not be trying to do this with Expressions
and using Macros instead? Either way, through Expressions or through
Macros, can someone suggest the proper syntax, as I'm fairly certain the
source of my problems was incorrect syntax?
Thank you.
Richard
I have created a date field and a time field in table tblRunningTasks.
I also have a form called frmRunningTasks.
I would like to have the two above-mentioned fields auto-populate
whenever a change is made to any of the other fields in form
frmRunningTasks.
I'm p'tty certain I go to IfDirty in the Events tab of the form
properties, and there I tried using expressions to point to the
tblRunningTasks table and to the Date field, and then saying that this
table/field is equal to Today(), but was getting error saying it could
not find the table (this was at work, I could get the details tomorrow).
Be that as it may, should I not be trying to do this with Expressions
and using Macros instead? Either way, through Expressions or through
Macros, can someone suggest the proper syntax, as I'm fairly certain the
source of my problems was incorrect syntax?
Thank you.
Richard