Append Query Not Working

H

HelpMe!

My Append query is not working and i am not sure why... Here is my SQL

INSERT INTO tblContractPOTracking ( TrackingID )
SELECT tblDocTracking.TrackingID
FROM tblDocTracking
WHERE (((tblDocTracking.DocumentNumber)="5" Or
(tblDocTracking.DocumentNumber)="6" Or (tblDocTracking.DocumentNumber)="7"));


Please help!
 
J

Jeff Boyce

"not working" is a bit vague ...

If you want more specific suggestions, please provide more specific
description...

Regards

Jeff Boyce
Microsoft Access MVP

--
Disclaimer: This author may have received products and services mentioned
in this post. Mention and/or description of a product or service herein
does not constitute endorsement thereof.

Any code or pseudocode included in this post is offered "as is", with no
guarantee as to suitability.

You can thank the FTC of the USA for making this disclaimer
possible/necessary.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top