John, can you typecast the field in your query?
For example, you have this in the Field row:
[Field1]
try replacing it with:
CLng(Nz([Field1],0))
The Nz() is also needed since CLng() can't handle nulls.
More info on typecasting:
Calculated fields misinterpreted
at:
http://allenbrowne.com/ser-45.html

Signature
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.
> Hello Everyone,
> I have an Append Query that worked fine in Access97 but now fails to
[quoted text clipped - 16 lines]
>
> John
john in fl - 26 Feb 2006 19:55 GMT
Allen,
Thanks...I got it to work !
John
> John, can you typecast the field in your query?
>
[quoted text clipped - 35 lines]
> >
> > John