I have read more than a few threads on this issue, but still have some questions. Maybe someone can help?
I have a combo box (architectural_firm) for a Contact. I would like to have the telephone and fax numbers that are with this record in the table, automatically fill in the form when the Contact is chosen.
I tried Braindead2's suggestion of May 2, 2001 and set the combo box's rowsource to select the telephone and fax numbers from my table. I then set the combo box column count to 3 and set the column widths to hid the last two columns (1.5";0";0"
. I attempted to set the textbox (arch_telephone)control source to =[arch_telephone].column(1)&" "&combo1.column(2). But when I do this, I still get #Name? in my text box when I test out the form.
Would someone enlighten me as to what silly mistake I am making?
Thank you in advance!
Dianne in Virginia
I have a combo box (architectural_firm) for a Contact. I would like to have the telephone and fax numbers that are with this record in the table, automatically fill in the form when the Contact is chosen.
I tried Braindead2's suggestion of May 2, 2001 and set the combo box's rowsource to select the telephone and fax numbers from my table. I then set the combo box column count to 3 and set the column widths to hid the last two columns (1.5";0";0"
Would someone enlighten me as to what silly mistake I am making?
Thank you in advance!
Dianne in Virginia