HI all, first time here.. just took on a new DBA position and trying to append data from an excel file to an exisiting table via access.
Here is some background... I'm running sql server and using access to "access" the databases. I am migrating 2 payroll databases and each database has unique ID's to match up (ie employee ID's) My problem is this...
When I run an append query to add the old payroll employee ID's to the new payroll system its gives me this error...
Microsoft Access set 0 field(s) to Null due to a type conversion failure, and it didn't add 0 record(s) to the table due to key violations, 0 record(s) due to lock violations, and (85) record(s) due to validation rule violations.
Do you want to run the action query anyway?
To ignore the error(s) and run the query, click Yes.
For an explanation of the causes of the violations, click Help.
I've gone to microsofts website and they gave a fix for it to set the allowzerolength and se tot yes and the required property to No. that didn't work. Does anyone have any suggestions?
Here is some background... I'm running sql server and using access to "access" the databases. I am migrating 2 payroll databases and each database has unique ID's to match up (ie employee ID's) My problem is this...
When I run an append query to add the old payroll employee ID's to the new payroll system its gives me this error...
Microsoft Access set 0 field(s) to Null due to a type conversion failure, and it didn't add 0 record(s) to the table due to key violations, 0 record(s) due to lock violations, and (85) record(s) due to validation rule violations.
Do you want to run the action query anyway?
To ignore the error(s) and run the query, click Yes.
For an explanation of the causes of the violations, click Help.
I've gone to microsofts website and they gave a fix for it to set the allowzerolength and se tot yes and the required property to No. that didn't work. Does anyone have any suggestions?