B
Brent
I have a query that is pulling a lot of information from 2 tables for
accounts receivable and payments. I would like to include the date of the
last payment in my output while summarizing all AR and all payments. Can
this be accomplished with the dmax statement? Also I am a novice so how
would the filter portion of that statement look.
ex. current query is called qryar
dmax("date",tblpayments,account# = ??????)
basically how do I tell it to look at the current record in the query.
Thanks
Brent
accounts receivable and payments. I would like to include the date of the
last payment in my output while summarizing all AR and all payments. Can
this be accomplished with the dmax statement? Also I am a novice so how
would the filter portion of that statement look.
ex. current query is called qryar
dmax("date",tblpayments,account# = ??????)
basically how do I tell it to look at the current record in the query.
Thanks
Brent