OK Let's say I have a form that queries 2 tables. One master table called PROJECT with Project_ID field as the primary key and a date table called DATES with field named Date that is related to the PROJECT table by the Project_ID field as well. I want to have a combo box on the form that displays the Last[Date] from the DATES table where the Project_ID matches PROJECT.Project_ID currently displayed on the form but, when you click the drop down list it shows all the dates that match that same Project_ID.
* Also, I would like the capability to be able to enter in a new date in the combo box and have it populate to the DATES table.
I was able to query the Last(Date) but, can't seem to get it to display correctly. (I usually don't have trouble setting ControlSource / RowSource but this time I'm in over my head.) Thanks for any help!
* Also, I would like the capability to be able to enter in a new date in the combo box and have it populate to the DATES table.
I was able to query the Last(Date) but, can't seem to get it to display correctly. (I usually don't have trouble setting ControlSource / RowSource but this time I'm in over my head.) Thanks for any help!