Hi,
I am using VB 2008 Express to connect to an Access 2007 database.
I have a combo box named cboYEARMONTH that is populated by the database. I have this part working great.
When the user selects a YEARMONTH with the combo box I want the SelectedIndexChanged event to initiate a query in my database called ExactReprints_Query and limit the results to the YEARMONTH selected in the combo box. The results will then be output to a text box called TxtExactReprints.
Can anyone please help me figure out how to code this part?
Thanks in advance,
Diana