Hi, I have a simple Access database 2003 .mdb. It has one table and one form. I will need to grab a combo box selection and run a query based on the combo box selection.
For example let's say that the user selects the course number CIT3311 from the combo box, then when I click the command button, I would like to have the program populate a label with a field called description which is on the same row as the course number value in a table.
Any help will be greatly appreciated I program mostly in C++ so VBA is not my strong suit.
Thanks
For example let's say that the user selects the course number CIT3311 from the combo box, then when I click the command button, I would like to have the program populate a label with a field called description which is on the same row as the course number value in a table.
Any help will be greatly appreciated I program mostly in C++ so VBA is not my strong suit.
Thanks