Hi, Good day,
Hope someone can help me on this.

I want to display data from my Ms. Access Database.
I already display values from my Combo Box from my DB1.
DB1 - IDNO / PRODUCTCODE / PRODUCTNAME
DB2 - IDNO / PRODUCTCODE / PRODUCTDESCRIPTION / EXPIRYDATE

ComboBox - Displays ProductCode.
for my Listview, I want to display the productdescription and expirydate for each productcode i selected on combobox.

Recommended Answers

All 2 Replies

First post your codes you already tried.

I would suggest you look into using a DataGridView instead of a ListView. Once you load a DataTable with the data the DataGridView is designed to display that data, much more easily than a ListView.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.