C
Chris Peikert
If you have multiple Contacts in your database, and each contact can have
multiple receipts for something.....How can you build your query to only
bring up and print a receipt for just that one contact who has made a
payment? For instance John Doe owes $5000.00. He has just made a payment of
2500.00 so he needs a receipt. After you take his payment you want to hit a
button that says print and it will run your query and print the results only
for that one contact. If he has made multiple payments it needs to show the
sum of the payments and the balance. Currently when I run my query it shows
the correct information except it does it for ALL Contacts instead of the
person im working on.
multiple receipts for something.....How can you build your query to only
bring up and print a receipt for just that one contact who has made a
payment? For instance John Doe owes $5000.00. He has just made a payment of
2500.00 so he needs a receipt. After you take his payment you want to hit a
button that says print and it will run your query and print the results only
for that one contact. If he has made multiple payments it needs to show the
sum of the payments and the balance. Currently when I run my query it shows
the correct information except it does it for ALL Contacts instead of the
person im working on.