T
Tony Williams
I have a form based on a query which is itself based on 2 tables tbllevy and
tblindividual. The form has a control, txtpaidbybusiness, whose control
source is a YES/NO field in tbllevy with the same name. The form has another
control whose source is txtbusinessname in tbllevy. If txtpaidbybusiness is
YES I want to populate the control txtbusinessname with the value of the
field with the same name from tblindividual. The two tables are linked in
the query by txtmemnumber.tblindividual and txtmemnbr.tbllevy
Can someone help with the If Then statement I need to put in the AfterUpdate
event of txtpaidbybusiness?
Thanks
tblindividual. The form has a control, txtpaidbybusiness, whose control
source is a YES/NO field in tbllevy with the same name. The form has another
control whose source is txtbusinessname in tbllevy. If txtpaidbybusiness is
YES I want to populate the control txtbusinessname with the value of the
field with the same name from tblindividual. The two tables are linked in
the query by txtmemnumber.tblindividual and txtmemnbr.tbllevy
Can someone help with the If Then statement I need to put in the AfterUpdate
event of txtpaidbybusiness?
Thanks