HI, I have a form that triggers an append query to a table. The query works fine but along with the data I want a field in the table to be populated by a date on the form. For some reason the date doesn't pull through when I reference it using
[Forms]![formName]!FieldName]
I tried it with a text field and that worked. I then tried it with a numeric field and that failed. Does this only work with text fields, and if so how can I get a specified date against the data that i'm appending, thanks, Tom.
[Forms]![formName]!FieldName]
I tried it with a text field and that worked. I then tried it with a numeric field and that failed. Does this only work with text fields, and if so how can I get a specified date against the data that i'm appending, thanks, Tom.