Hi, everyone!
I'm appending data from one table into another using an interactive form. The user enters a date, and I want the appended data to include that date. However, my append query is giving me a type mismatch error. The data imports fine without the date included.
The table receiving is set to Short Date on that date field and the data type for the user's data entry is also set to Short Date. The original data table includes no dates at all.
In the append query, I've got the field set to: Effective: [Forms]![frmSRENExcelImport]![txtEffective] and it is supposed to save to the field EffectiveDate in the receiving table. If I change the append query to a select query, I can see the date in the data, but it won't save it to the receiving table.
Does anyone have any idea what I might be doing wrong? (Let me know if I need to provide more information, or if I should be posting this in a different forum.)
Thank you!
I'm appending data from one table into another using an interactive form. The user enters a date, and I want the appended data to include that date. However, my append query is giving me a type mismatch error. The data imports fine without the date included.
The table receiving is set to Short Date on that date field and the data type for the user's data entry is also set to Short Date. The original data table includes no dates at all.
In the append query, I've got the field set to: Effective: [Forms]![frmSRENExcelImport]![txtEffective] and it is supposed to save to the field EffectiveDate in the receiving table. If I change the append query to a select query, I can see the date in the data, but it won't save it to the receiving table.
Does anyone have any idea what I might be doing wrong? (Let me know if I need to provide more information, or if I should be posting this in a different forum.)
Thank you!