L
LAS
I have this code in a script. gs_sql, when cut and pasted to a query,
returns the expected rows. But after this code is executed, the contents of
the combo box are empty. What am I doing wrong?
cboStudent_ID.RowSource = gs_sql
cboStudent_ID.Requery
returns the expected rows. But after this code is executed, the contents of
the combo box are empty. What am I doing wrong?
cboStudent_ID.RowSource = gs_sql
cboStudent_ID.Requery