gregoryagu
Registered User.
- Local time
- Today, 12:01
- Joined
- May 7, 2009
- Messages
- 29
I have an Accounts Form which the user opens after entering an account number. Then, when the user wants to record a payment, the user clicks a payment button which opens up the Payment Screen and sets the filter to the current account. (The payment data is actually part of the Account table). This all works fine.
I would like to add a button so the user can add another payment. To do this, I need to be able to rerun a query so that I can get the new account number from the user and refresh the screen with the newly found record.
How do I achieve that?
Thanks,
Greg
I would like to add a button so the user can add another payment. To do this, I need to be able to rerun a query so that I can get the new account number from the user and refresh the screen with the newly found record.
How do I achieve that?
Thanks,
Greg