NigelShaw
Registered User.
- Local time
- Today, 01:49
- Joined
- Jan 11, 2008
- Messages
- 1,575
Hi,
my form displays a list of people. i have a button that makes a payment to people in the list but i only want to make 1 monthly payment each month.
how could i check the list if the person i want to pay is already there? if the person is there, then code1() if the person is not there then code2()
code1() = update existing payment schedule
code2() = new payment schedule
the list of people is on a subform bound to a query"PeoplePaymentsQry"
many thanks,
nigel
my form displays a list of people. i have a button that makes a payment to people in the list but i only want to make 1 monthly payment each month.
how could i check the list if the person i want to pay is already there? if the person is there, then code1() if the person is not there then code2()
code1() = update existing payment schedule
code2() = new payment schedule
the list of people is on a subform bound to a query"PeoplePaymentsQry"
many thanks,
nigel