combobox - Populating a combo box from MS Access Database -
Hey guys, I'm really new to this but I need to populate my combo box with access data base Because I'm trying to make a cheap little checkout system and it does not seem to work if someone can help me codify my combo box and explain how it works wonders. Because me To personally search for items, to make a query technically and to get value from DB and to be able to be able to select each person individually, to get the change etc.
You should start in the right direction. This tells about the steps needed to populate your combo box and the value of selected items.
Basics you should know:
Data source: This data source is used to fill the item collection of the combo box if we have data sources As the database is, we can use the table binding source as a data source for the combobox.
Performance Member: This is shown in the Property List as the item collection of the Combo box in the list.
Price member: This value is returned from the data source when using the property of the selected value of the combo box.
Selected value: Use this if you selected the value in the data source in the property.
Comments
Post a Comment