|
-
Jun 3rd, 2003, 05:18 PM
#1
Thread Starter
Hyperactive Member
Populate a Combo box
Note: I am currently using an “Image Combo box”; can I ask what is the advantage over the regular one? What is the difference?
Given: A form [frm1] with an Image Combo Box [cb].
An SQL Table with many Field [Name, Other Fields…..]
When the user presses on the Drop Down of the Combo box I want the complete list of all Names present in the [Name] column to appear (so the user can select one).
I already have a function [Search] which returns a recordset containing the resulting rows requested, however how do I fill the combo box? Do I have to remove the other columns from my recordset (cause right now it has more then just the [Name] column). Better way?
I attempted to mimic the method to fill a datagrid (i.e.: dg.datasource = recordset) however this gives me no results (but no errors!).
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|