PC Review


Reply
Thread Tools Rate Thread

2 Queries to get a result!

 
 
Bob Vance
Guest
Posts: n/a
 
      11th Nov 2008

I have 2 queries qryInvoices and qrypayments
What I am trying to achieve is what was the *total* for my client 2 months
ago
ClientID is Common among both queries
-------------------------
qryPayments
SELECT tblAccountStatus.PaidAmount, tblAccountStatus.OwnerID,
tblAccountStatus.BillDate
FROM tblAccountStatus
GROUP BY tblAccountStatus.PaidAmount, tblAccountStatus.OwnerID,
tblAccountStatus.BillDate;
-----------------------------------
qryInvoices
SELECT tblInvoice.OwnerID, tblInvoice.InvoiceDate,
tblInvoice.OwnerPercentAmount
FROM tblInvoice
GROUP BY tblInvoice.OwnerID, tblInvoice.InvoiceDate,
tblInvoice.OwnerPercentAmount;

--
Thanks in advance for any help with this......Bob
MS Access 2007 accdb
Windows XP Home Edition Ver 5.1 Service Pack 3


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
2 Queries result Udayan Microsoft Access Getting Started 4 12th Mar 2009 01:25 PM
Reasons that queries has no result ChoonBoy Microsoft Access ADP SQL Server 4 24th Nov 2008 02:17 AM
Calculated result of two different queries. Eyal Microsoft Access Reports 1 27th Aug 2008 04:51 PM
result question using queries =?Utf-8?B?YmlsbA==?= Microsoft Access 3 26th Sep 2005 11:15 AM
Result of queries JL Microsoft Access Queries 0 30th Jul 2003 09:58 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:07 PM.