[AccessD] Setting A2K combo box rowsource using ADO - SOLVED

jeffrey.demulling at usbank.com jeffrey.demulling at usbank.com
Thu Aug 14 10:51:24 CDT 2003



Just wanted to let you know that I solved my problem.

The first step was to use the right connection string (was using the MS SQL
provider instead of the SQLBASE).

The next step was to change the following:

Me.cmbACSName.RowSource = rsName

to

Set Forms![frmDisableUser].cmbACSName.Recordset = rsName

Now everything is working just fine.




More information about the AccessD mailing list