PDA

Click to See Complete Forum and Search --> : Field Mapping


Anthrax
Oct 24th, 1999, 08:02 AM
Im new to making databases with VB and I am trying to change a field's control from a textbox to a combo or listbox. When I run the program I only get the first row in the list.
Is there a way to get all of the data from a certan feild into a combo or list box?

Clunietp
Oct 24th, 1999, 08:29 AM
If you want to do it the easy way (without code) use the data bound list control

Tom