1st time trying an update query. . .
I am trying create an update query, which will update a calculated field that shows the number of days between two dates on the same form. I created a public function that performs a DateDiff calculation for the field.
How do I call this function from the update query? I cannot seem to get it to work. The query runs, but it just blanks out the calculated field.
I have attached a sample db showing what I have done.
I am trying create an update query, which will update a calculated field that shows the number of days between two dates on the same form. I created a public function that performs a DateDiff calculation for the field.
How do I call this function from the update query? I cannot seem to get it to work. The query runs, but it just blanks out the calculated field.
I have attached a sample db showing what I have done.