G
Guest
If I wanted to use the Time() function in an Append query to add to a Field
called [Time Entered] to represent the excat time the query appended that
record how do I do that?
When I used the value of Time() to append a field called [Time Entered] all
the records had the same value in that field.
I even created a Function to generate a random Time -rdmTime()- and yet all
the records still had the same value.
Does the query run the function once and uses that same value for the
duration of the query? If so how do I tell the query to run the function
again to get me a fresh value?
called [Time Entered] to represent the excat time the query appended that
record how do I do that?
When I used the value of Time() to append a field called [Time Entered] all
the records had the same value in that field.
I even created a Function to generate a random Time -rdmTime()- and yet all
the records still had the same value.
Does the query run the function once and uses that same value for the
duration of the query? If so how do I tell the query to run the function
again to get me a fresh value?