BrianBoyes
Registered User.
- Local time
- Today, 21:56
- Joined
- Feb 8, 2013
- Messages
- 10
I am suffering novices frustration that I can't get something simple to work ! Using Access 2010 database that has been downgraded to 2007 (I imagine from an Excel import)
I have created a table (lets call it Main Table (MT)) from Excel, moved the autoinc. field so as to use the first data field as my primary key ie indexed, no duplicates and reduced the field size to 35 char.
None of the other fields have any kind of validation nor are indexed.
There is a default date field "=Now()" and 2 record modified fields for date & time stamp.
1 field from the import is empty. I have now populated that in Excel and want to append the data into the empty fields of all records where the key values match. I have therefore created a new table (Import table - IT), similarly removed the autoinc field, made the same data field the primary key.
There are now additional records in MT that are not in IT.
I have followed the rules for setting up a simple query and converting it to an append query. The datasheet view shows just the one field whose data I want to import/append. The 2 tables MT & IT are linked in the query on the primary key (same field name, same size, same index).
On running the query I get the error message (in effect) that all records have failed to be appended due to a validation error.
I cannot see any reason for this error message - this suggests that it's something incredibly simple but I still cannot see it !!
Any ideas ?

I have created a table (lets call it Main Table (MT)) from Excel, moved the autoinc. field so as to use the first data field as my primary key ie indexed, no duplicates and reduced the field size to 35 char.
None of the other fields have any kind of validation nor are indexed.
There is a default date field "=Now()" and 2 record modified fields for date & time stamp.
1 field from the import is empty. I have now populated that in Excel and want to append the data into the empty fields of all records where the key values match. I have therefore created a new table (Import table - IT), similarly removed the autoinc field, made the same data field the primary key.
There are now additional records in MT that are not in IT.
I have followed the rules for setting up a simple query and converting it to an append query. The datasheet view shows just the one field whose data I want to import/append. The 2 tables MT & IT are linked in the query on the primary key (same field name, same size, same index).
On running the query I get the error message (in effect) that all records have failed to be appended due to a validation error.
I cannot see any reason for this error message - this suggests that it's something incredibly simple but I still cannot see it !!
Any ideas ?