Ok,
I have 3 tables, event, person, and personat event...
I have a junction table linking it all .. .
All that works,
Currently I am working on an formUpdateEvent.
I want to start out by choosing the date of the event, cboDate (I need the date to be selected from DetailDate field)
then I want the 2nd combo box to only shot events that happened on that date... cboEvent and the event chosen from the DetailEventTitle field.
Both are in the table tblEvents
Using MS Access 2007
I NEED Exact details... people keep saying just use this code, or blah blah... i don't know where to put the code, or how to get to where I need to.
So, please be exact as you can ... thanks!
Also, once I get the combo boxes to select correctly.... I want the second combo box to populate the rest of the form so I can update the event as needed.
I have 3 tables, event, person, and personat event...
I have a junction table linking it all .. .
All that works,
Currently I am working on an formUpdateEvent.
I want to start out by choosing the date of the event, cboDate (I need the date to be selected from DetailDate field)
then I want the 2nd combo box to only shot events that happened on that date... cboEvent and the event chosen from the DetailEventTitle field.
Both are in the table tblEvents
Using MS Access 2007
I NEED Exact details... people keep saying just use this code, or blah blah... i don't know where to put the code, or how to get to where I need to.
So, please be exact as you can ... thanks!
Also, once I get the combo boxes to select correctly.... I want the second combo box to populate the rest of the form so I can update the event as needed.