Hello Everyone,
I’m attempting to create a viewer for a MS Access .MDB file. I have connected and opened the database and populated my list box with the data in one table. The database contains 3 Tables named Customers, Inventory and purchases. Each table has 3 fields and I need to extract the data from each table and present it in my list box.
I have connected, opened and displayed the fields for Customers in my list box but how do i add the inventory table and purchases table at the same time to the list box? I only want to view the data, not update or add data. I have looked through the forums and have seen mention of using “Join” to join the tables into one record set but am not sure if that will work.
Thanks for any assistance with this.