A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Running & Setting Up Queries
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Append Query Not Working



 
 
Thread Tools Display Modes
  #1  
Old May 3rd, 2010, 08:47 PM posted to microsoft.public.access.queries
helpme!
external usenet poster
 
Posts: 16
Default Append Query Not Working

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!

  #2  
Old May 3rd, 2010, 08:58 PM posted to microsoft.public.access.queries
Jeff Boyce
external usenet poster
 
Posts: 8,621
Default Append Query Not Working

"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.

"HelpMe!" wrote in message
...
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!



  #3  
Old May 3rd, 2010, 09:28 PM posted to microsoft.public.access.queries
Jerry Whittle
external usenet poster
 
Posts: 4,732
Default Append Query Not Working

How is it not working?
--
Jerry Whittle, Microsoft Access MVP
Light. Strong. Cheap. Pick two. Keith Bontrager - Bicycle Builder.


"HelpMe!" wrote:

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!

  #4  
Old May 3rd, 2010, 10:01 PM posted to microsoft.public.access.queries
PieterLinden via AccessMonster.com
external usenet poster
 
Posts: 307
Default Append Query Not Working

Jerry Whittle wrote:
How is it not working?
My Append query is not working and i am not sure why... Here is my SQL

[quoted text clipped - 5 lines]

Please help!


I saw the envelope come in the mail... I think it's collecting unemployment.

--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/For...eries/201005/1

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 10:38 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.