Prev: Can you merge a "Count" Crosstab with a "Money Sum" Crosstab?
Next: DateDiff with variable criteria?
From: HelpMe! on 3 May 2010 15:47 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!
From: Jeff Boyce on 3 May 2010 15:58 "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!" <HelpMe(a)discussions.microsoft.com> wrote in message news:1F12E46A-B400-437E-BEF2-1A50888B5127(a)microsoft.com... > 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! >
From: Jerry Whittle on 3 May 2010 16:28 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! >
From: PieterLinden via AccessMonster.com on 3 May 2010 17:01
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/Forums.aspx/access-queries/201005/1 |