Hi Guys
I have a table of events (tbl_Events) for a training database. Users complete a form with various information, where when who cost dates etc etc.
I would like to display a report that tells me who attended what course etc
I have a parameter query that, when the report is opened, asks the user for the criteria (what Course) and then presents them with that information and this works fine. However it would be much better if the user was able to choose a course from a combo box as this would prevent typo's and such like
I have a course table as you would imagine with the usual suspects as fields (crsID; CrsName &, in this case, crsInterval (how often they have to do the course)
the parameter query has fname/sname eventid crsname (amongst others). The query's name is, imaginatively named, qry_course
If you need more information let me know and any help would be appreciated.
I have a table of events (tbl_Events) for a training database. Users complete a form with various information, where when who cost dates etc etc.
I would like to display a report that tells me who attended what course etc
I have a parameter query that, when the report is opened, asks the user for the criteria (what Course) and then presents them with that information and this works fine. However it would be much better if the user was able to choose a course from a combo box as this would prevent typo's and such like
I have a course table as you would imagine with the usual suspects as fields (crsID; CrsName &, in this case, crsInterval (how often they have to do the course)
the parameter query has fname/sname eventid crsname (amongst others). The query's name is, imaginatively named, qry_course
If you need more information let me know and any help would be appreciated.