P
Pete T
I have a Database which tracks log activity sent in by outside
sources, we require 1000 a week. When the logs arrive we will check a
box on the record that it was received. I need to data stamp that
checkbox entry, inorder to ensure the log was received within
prescribed time. I created a column in the query which looks at the
checkbox [rcd] and if -1 (checked) enters a date.
Iff([rcd]=-1,Date(),"")
For today I get today's date okay, but tomorrow the date will change
and thus defeat the idea. How can I set the date not to change. This
is imporatnt. Thanks
Pete
sources, we require 1000 a week. When the logs arrive we will check a
box on the record that it was received. I need to data stamp that
checkbox entry, inorder to ensure the log was received within
prescribed time. I created a column in the query which looks at the
checkbox [rcd] and if -1 (checked) enters a date.
Iff([rcd]=-1,Date(),"")
For today I get today's date okay, but tomorrow the date will change
and thus defeat the idea. How can I set the date not to change. This
is imporatnt. Thanks
Pete