J
Joy
I'm trying to make a query that totals bi-monthly rather then monthly, can't
quite get it, actually don't know if possible. Any help would be greatly
appreciated.
This is want I'm playing with
SELECT [ReceiptDetailsZone Query].[CDate By Month], [ReceiptDetailsZone
Query].[Sum Of Fee], [ReceiptDetailsZone Query].[Count Of ReceiptDetails],
[ReceiptDetailsZoneFindout Query].[CDate By Month],
[ReceiptDetailsZoneFindout Query].[Count Of FindOut],
Format$([ReceiptDetailsZone Query.CDate By Month],'mmm ') AS [Month]
FROM [ReceiptDetailsZone Query] INNER JOIN [ReceiptDetailsZoneFindout Query]
ON [ReceiptDetailsZone Query].[CDate By Month] = [ReceiptDetailsZoneFindout
Query].[CDate By Month];
quite get it, actually don't know if possible. Any help would be greatly
appreciated.
This is want I'm playing with
SELECT [ReceiptDetailsZone Query].[CDate By Month], [ReceiptDetailsZone
Query].[Sum Of Fee], [ReceiptDetailsZone Query].[Count Of ReceiptDetails],
[ReceiptDetailsZoneFindout Query].[CDate By Month],
[ReceiptDetailsZoneFindout Query].[Count Of FindOut],
Format$([ReceiptDetailsZone Query.CDate By Month],'mmm ') AS [Month]
FROM [ReceiptDetailsZone Query] INNER JOIN [ReceiptDetailsZoneFindout Query]
ON [ReceiptDetailsZone Query].[CDate By Month] = [ReceiptDetailsZoneFindout
Query].[CDate By Month];