G
Guest
Hi,
I am working on a data access project access 2000.
I have a combo box I want to populate using a stored procedure that accepts
parameters.
combo boxes have row sources but they don't have an input parameter property.
if it did it would be only 2 lines of code.
and since
comboboxname.rowsource = recordset
does not work it looks like:
I have fill a fill a recordset and then loop through it and do additem until
entire record set is finished.
is there an easier way to do this?
thanks
Chris
I am working on a data access project access 2000.
I have a combo box I want to populate using a stored procedure that accepts
parameters.
combo boxes have row sources but they don't have an input parameter property.
if it did it would be only 2 lines of code.
and since
comboboxname.rowsource = recordset
does not work it looks like:
I have fill a fill a recordset and then loop through it and do additem until
entire record set is finished.
is there an easier way to do this?
thanks
Chris