M
Matt
Hi All,
I am trying to load a combo box on the form load and am using the
following code to do so:
**********************************************************************************************
Dim qry As QueryDef
Set qry = CurrentDb.QueryDefs("Social Security #'s Sort")
Combo12.Recordset = qry.OpenRecordset
***********************************************************************************************
What am I doing wrong?
I am trying to load a combo box on the form load and am using the
following code to do so:
**********************************************************************************************
Dim qry As QueryDef
Set qry = CurrentDb.QueryDefs("Social Security #'s Sort")
Combo12.Recordset = qry.OpenRecordset
***********************************************************************************************
What am I doing wrong?