I have a form that enters data into a member demographic table. This table is linked to a member status table by member name. The user enters the demographic data into a form called “frm database”. After the demographic data has been entered they then open a member status form called “frm member status add”. Presently they choose the member name from a combo box that is linked to the member name in the demographic table. Instead, they would like “frm member status add” to open with the name already selected (and corresponding to the one on “frm database”. I need help with the code to get this to happen.
The text box on “frm database” is called “Last / Business Name” and the text box on “frm member status add” is called “member / business name”.
Thanks!
Leesha