Greetings all...
I've been given the task of creating an Access database form - probably something that's seen a lot on this forum. I have considerable programming experience with other languages - C, Pascal, Java, etc, etc... but little with VB and Access.
What I'm trying to accomplish is to have a dropdown/combobox at the top of a form where a user can select a customer. Then, there will be a list of records in a list box or similarly-appearing controls that shows a list of current orders for that customer as well as the line items and details for each order.
To complicate things further, I'll eventually need a button beside each row and possibly a checkbox. The button will print labels related to that line, and possibly do other things through the use of a menu. The checkbox would simply reflect the state of a field in the record.
The orders and line detail are in two separate tables, and the customers are in yet another table. Each table is related through IDs, as usual. I have a query that will bring up all the information that I need, I just need to know how to populate and filter the list using a combobox.
Thank you all in advance for your time!
-Sparky
I've been given the task of creating an Access database form - probably something that's seen a lot on this forum. I have considerable programming experience with other languages - C, Pascal, Java, etc, etc... but little with VB and Access.
What I'm trying to accomplish is to have a dropdown/combobox at the top of a form where a user can select a customer. Then, there will be a list of records in a list box or similarly-appearing controls that shows a list of current orders for that customer as well as the line items and details for each order.
To complicate things further, I'll eventually need a button beside each row and possibly a checkbox. The button will print labels related to that line, and possibly do other things through the use of a menu. The checkbox would simply reflect the state of a field in the record.
The orders and line detail are in two separate tables, and the customers are in yet another table. Each table is related through IDs, as usual. I have a query that will bring up all the information that I need, I just need to know how to populate and filter the list using a combobox.
Thank you all in advance for your time!
-Sparky