I have a table where I want a selection of dates from another table to be in a drop down box. I am not sure how to do it. It is a simple db at this time.
table1 = activitytable with fields: personname, trainingname, dateoftraining
table2 = trainingdates with fields: trainingname, trainingdate...