R
Ron Weaver
I am trying to put together an expense report based on two tables: 'Accounts'
and 'Payments'. By using DLookup, I am able to show desired records on the
report. The problem is I can't control the report dates. What do I need to do
to accomplish this?
These are all unbound text boxes so the report has no record source.
Here is one record on the report:
To show the payment date:=DLookUp("[PaymentDate]","[Payments]","[AccountID]
= 22")
To show the payment
amount:=DLookUp("[PaymentAmount]","[Payments]","[AccountID] = 22").
Any help would be appreciated.
Thanks
and 'Payments'. By using DLookup, I am able to show desired records on the
report. The problem is I can't control the report dates. What do I need to do
to accomplish this?
These are all unbound text boxes so the report has no record source.
Here is one record on the report:
To show the payment date:=DLookUp("[PaymentDate]","[Payments]","[AccountID]
= 22")
To show the payment
amount:=DLookUp("[PaymentAmount]","[Payments]","[AccountID] = 22").
Any help would be appreciated.
Thanks