G
Guest
combo box with record source of:
SELECT ClassId, ClassName FROM Classes ORDER BY Classes.ClassName;
bound to column: 1
number of columns: 2
column width: 0";2"
ClassId is an autonumber field
ClassName is text field
how do i assign the text that is displayed in this combobox on a form to a
label caption on a report?
SELECT ClassId, ClassName FROM Classes ORDER BY Classes.ClassName;
bound to column: 1
number of columns: 2
column width: 0";2"
ClassId is an autonumber field
ClassName is text field
how do i assign the text that is displayed in this combobox on a form to a
label caption on a report?