D
Don
I have a "simple" two-table database... one that tracks
individuals... the other that tracks payments specific to
that individual. I have linked the forms so that after
searching for the correct subject in the main table, a
command button opens a payment form specific to that
subject (listing name, etc.). A command button allows
for the creation of a new payment thus tracking each new
payment made.
I have created queries that calculate the total (sum)
paid, grouped by the subject name but I can't seem to
segreate that total so that it will show up on the the
first form (subject name) updated with the most recent
payment. Linking the field to the query has the same
total for the first "group by" to appear on each subject
record. I hope this makes sense... and any help would be
appreciated.
Don
individuals... the other that tracks payments specific to
that individual. I have linked the forms so that after
searching for the correct subject in the main table, a
command button opens a payment form specific to that
subject (listing name, etc.). A command button allows
for the creation of a new payment thus tracking each new
payment made.
I have created queries that calculate the total (sum)
paid, grouped by the subject name but I can't seem to
segreate that total so that it will show up on the the
first form (subject name) updated with the most recent
payment. Linking the field to the query has the same
total for the first "group by" to appear on each subject
record. I hope this makes sense... and any help would be
appreciated.
Don