C
Chris
I have a table that shows union dues for various memebers. They are billed
monthly and I need to show four text boxes on a form that displays a list of
transactions for a member in a sub form. The text boxes need to show current
payable, 30-60 days, 60-90 days and over 90
Know I can use a query using the "between" in the criteria but not clear as
to how to get the information into the text boxes. Is it best to run a
recordset at form load using the subforms recordsource as the source?
fields are MemberID, DuesID, Debit, TransDate, Allocated. If Allocated
checked then that due has been paid.
Tried using a crosstab query but seem to get hung up with column heandings
and row headings when using sum as a value on the Debit field.
Hope someone can point me in the right direction.
Thanks
Chris
monthly and I need to show four text boxes on a form that displays a list of
transactions for a member in a sub form. The text boxes need to show current
payable, 30-60 days, 60-90 days and over 90
Know I can use a query using the "between" in the criteria but not clear as
to how to get the information into the text boxes. Is it best to run a
recordset at form load using the subforms recordsource as the source?
fields are MemberID, DuesID, Debit, TransDate, Allocated. If Allocated
checked then that due has been paid.
Tried using a crosstab query but seem to get hung up with column heandings
and row headings when using sum as a value on the Debit field.
Hope someone can point me in the right direction.
Thanks
Chris