Instead of using a subform to do this, can I populate a text box based on the value another text box?
I have one field that displays a name, lookup list that uses the AddressBook and return the PersonID. Once the name has been selected using AfterUpdate I want to populate the next textbox with the email information.
This is the basic logic
email.text = tblAddressBook.email where me.personID = tblAddressBook.personID
Any ideas? Hopefully I have explained this correctly.
Kim
I have one field that displays a name, lookup list that uses the AddressBook and return the PersonID. Once the name has been selected using AfterUpdate I want to populate the next textbox with the email information.
This is the basic logic
email.text = tblAddressBook.email where me.personID = tblAddressBook.personID
Any ideas? Hopefully I have explained this correctly.
Kim