From: Agnelo Fernandes on
I have a control [course] which should determine 2 other controls
[1st_choice_course_date] and [2nd_choice_course_date] in data access page.

In other words, selecting a course should change the RowSource of 1st choice
and 2nd choice course date. I am aware of how this is done in Forms.

I need to do the above in Data Access Page [DAP]. Can anyone help me?