asunpraise
MIS
I want to have a combo box that populates the Course_no column in Course table. The user has an option to choose one of the Course_no or to get all courses.
In Row Source under Properties, I can only set "SELECT [Course].[Course_No] FROM Course;". The combo box can only get one Course_no into its control field. I don't know where to put "Show all the Courses" as an option. Any suggestions how to define a combo box like this?
In Row Source under Properties, I can only set "SELECT [Course].[Course_No] FROM Course;". The combo box can only get one Course_no into its control field. I don't know where to put "Show all the Courses" as an option. Any suggestions how to define a combo box like this?