Load Combo Box On Form Load

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top