Full Version: Append Qry breaks if modifying receiving table
UtterAccess Discussion Forums > Microsoft® Access > Access Tables + Relationships
paulzak
I've developed a process where a query to a linked table appends records to a table in the db (no linked). I first created the query as a Make Table query. I then changed the query to be an append query instead to that same table. Works fine! But when I change one field (a date field) in the table to be required, the append query breaks!!! I change NOTHING else in the table. Error message is about can't append records, type conversion failure.

The query results have valid date info. in each row so there's no conflict there. Can anyone explain how to fix this! (I have users also entering some date into this same table, hence the need to make the date field required.)

I've noticed the same problem if make ANY (believed to be) minor table property changes is made. The append query breaks! Do I have to modify that table's field values using a system table, instead?

Any ideas???
Myke
What is your PK for the main table?

Please list the 2 table names and the name of fields.

Thanks
paulzak
The table I'm appending to is just a temp. holding table that collects data appended from two queries, each query pulling from a sep. database. (So there are 3 tables involved, in total.) This collection table is cleared before each append is added.

There is no primary key (PK) set in this table.

Collection table:

tblDashboard
-Due_Date
-Goal_Date
-Description

tblOfficeTasks
-Due_Date
-Goal_Date
-Description

Perhaps the lack of PK is the issue? I'll need to play with that.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.