I have a continuous form that includes a date field. I have some code that opens an append query to append the selected record to a table (AfterUpdate). In the query, the date field to be appended is Forms!Thisform.UpdatedDate.
The problem is that the date field doesn't append on first try. If I update more than once it will append the previously entered date.
Using W7 and A2007. Must be simple, but eludes me. Help appreciated much.