I want a form loading data based on what they select from the combo box. I assume I need to add something to the control source sql but unsure how to.
the control source line is currently this:
SELECT QRYDaysofsports.Time FROM QRYDaysofsports WHERE (((QRYDaysofsports.Day)="Monday"));
What can I add so that Comboselectsport is filtering this?
Cheers
the control source line is currently this:
SELECT QRYDaysofsports.Time FROM QRYDaysofsports WHERE (((QRYDaysofsports.Day)="Monday"));
What can I add so that Comboselectsport is filtering this?
Cheers