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

Similar Threads

listbox recordset 8
Combo box based on another combo box 1
First entry in combo 7
Combo Box and Two Fields 2
Valuelist in Combobox 2
Module Not Found 5
Valuelist in Combobox 1
Problem with Combo box on form 1

Top