G
Greg Clements
Help,
i have 2 tables, one is an import from a check run it has
a field on it for current paid deductions data for that
check, the other table has a field of what that employee
has already paid, i am tring to run an append query to
add the two fields from both table together and then post
it to the table with the amount already paid field on it.
both fields are set to be currency.
i have tried multiple different configurations of the
query and a different type of query (Update)and keep
getting the same meesage no matter what i do the message
is:
Microsoft Access set 0 Field(s) to Null due to a type
conversion failure, and it didn't add 24 records to the
table due to key violations, 0 records due to lock
violations, and 0 records due to validation rule
violations.
if i run the query as a select query the two fields add
together fine here is the basic formula i am using:
Expr1: tblDistribution2.[Payed]+[CHECKVIEWDEDCODE]
this is supposed to go the the feild PayedUpdate on the
tblDistribution2.
any help would be great.
Thanks in advance
Greg
i have 2 tables, one is an import from a check run it has
a field on it for current paid deductions data for that
check, the other table has a field of what that employee
has already paid, i am tring to run an append query to
add the two fields from both table together and then post
it to the table with the amount already paid field on it.
both fields are set to be currency.
i have tried multiple different configurations of the
query and a different type of query (Update)and keep
getting the same meesage no matter what i do the message
is:
Microsoft Access set 0 Field(s) to Null due to a type
conversion failure, and it didn't add 24 records to the
table due to key violations, 0 records due to lock
violations, and 0 records due to validation rule
violations.
if i run the query as a select query the two fields add
together fine here is the basic formula i am using:
Expr1: tblDistribution2.[Payed]+[CHECKVIEWDEDCODE]
this is supposed to go the the feild PayedUpdate on the
tblDistribution2.
any help would be great.
Thanks in advance
Greg