S
Song Su
Access 2007
Elac_Pos_Fall is linked txt file. All other fields append without warning
message (including some date fields) except these 2 fields, so I just show
SQL for these 2 fields:
INSERT INTO tblPosNum ( AssignBegin, AssignEnd )
SELECT DateSerial([aby],[Abm],[abd]) AS AssignBegin,
DateSerial([aey],[Aem],[aed]) AS AssignEnd
FROM Elac_pos_fall;
The warning message is:
Microsoft Office Access set 1 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 0 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.
Yes No
Help
I select Yes and all records appended correctly. What's this warning about
if Yes will do the job?
Elac_Pos_Fall is linked txt file. All other fields append without warning
message (including some date fields) except these 2 fields, so I just show
SQL for these 2 fields:
INSERT INTO tblPosNum ( AssignBegin, AssignEnd )
SELECT DateSerial([aby],[Abm],[abd]) AS AssignBegin,
DateSerial([aey],[Aem],[aed]) AS AssignEnd
FROM Elac_pos_fall;
The warning message is:
Microsoft Office Access set 1 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 0 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.
Yes No
Help
I select Yes and all records appended correctly. What's this warning about
if Yes will do the job?