G
Guest
Access03/WinXP
I have a form with a combo box (cboMemberYear) with a data source of SELECT
MYear, Type, StartDate, EndDate FROM tblMembershipYears. "Type" is a field
from the table and is a list box with values
"C";"Corporate";"I";"Individual";"J";"Joint";"F";"Family".
On my form, I have text boxes to serve only as reference information for the
user (they are locked).
First question is how do I set a text box to reference a column/value of the
combo box? In the control source, Me.cboMemberYear.[column(1)] and
Forms!frmMemberYearInfo.cboMemberYear.[column(1)] both yield a #Name? error.
The second question is that I want one of those text boxes to display the
Description of the list box, not the single character abbreviation. How do
you get to the "sublevel", if you will, to display the correct data?
Thanks as always.
I have a form with a combo box (cboMemberYear) with a data source of SELECT
MYear, Type, StartDate, EndDate FROM tblMembershipYears. "Type" is a field
from the table and is a list box with values
"C";"Corporate";"I";"Individual";"J";"Joint";"F";"Family".
On my form, I have text boxes to serve only as reference information for the
user (they are locked).
First question is how do I set a text box to reference a column/value of the
combo box? In the control source, Me.cboMemberYear.[column(1)] and
Forms!frmMemberYearInfo.cboMemberYear.[column(1)] both yield a #Name? error.
The second question is that I want one of those text boxes to display the
Description of the list box, not the single character abbreviation. How do
you get to the "sublevel", if you will, to display the correct data?
Thanks as always.