Hi
Having this expression in an append query:
“Expr1: ([Forms]![Inleverans]![insatsID])”
Giving a ”D” but I need a Long Integer
Naturally it gives me " didnt add 15 records to the table due to key violations..."
Changed the expression to:
Expr1: CLng([Forms]![Inleverans]![insatsID])
Giving a ”68” - which in this case is the right ID but still I get the same message.
What am I doing wrong?
Cheers // Peter Forss Stockholm