Combo box

arunakumari02

Registered User.
Local time
Today, 15:24
Joined
Jun 2, 2008
Messages
91
I have a combo box. The values of the should be pulled from table.

Can any one help with pseudo code of :

How to add an item in the combo box.
 
If the values are pulled from a table just add a record to the table.


Insert Into [TableName] (Fields....) Select "Values".....
 
use the combo box wizard. It will help you do this
 

Users who are viewing this thread

Back
Top Bottom