T
Terry
I don't know if this is a query question or a report question or both, but
I'm really confused.
I have a table (tblGL) with the following fields in it:
dtmDate = Date Field
strAccountId = Text Field
curDebit = Currency Field
curCredit = Currency Field
What I am trying to accomplish is to run a query in orfer to produce a
report that will print out the following information:
Account ID Current Month Y-T-D
1000 $100.00 $300.00
2000 0 $500.00
In other words, I want to pull a query to be used in a report to show three
columns. First column Account Number, Second Column, Current Month's Total
for this account, and third column the year to date amount for this account.
Any suggestions on how to accomplish this would be greatly appreciated.
Thanks,
Terry
I'm really confused.
I have a table (tblGL) with the following fields in it:
dtmDate = Date Field
strAccountId = Text Field
curDebit = Currency Field
curCredit = Currency Field
What I am trying to accomplish is to run a query in orfer to produce a
report that will print out the following information:
Account ID Current Month Y-T-D
1000 $100.00 $300.00
2000 0 $500.00
In other words, I want to pull a query to be used in a report to show three
columns. First column Account Number, Second Column, Current Month's Total
for this account, and third column the year to date amount for this account.
Any suggestions on how to accomplish this would be greatly appreciated.
Thanks,
Terry