J
John
Hi folks
I have an online form that currently shows all the courses from an Access
table called Courses - I would like to be able to limit the courses it shows
to different headings, e.g. as per below:
sqlstmt = "SELECT DISTINCT Course FROM Courses WHERE Course ='Management
Development'"
However, I would like to know what I need to type to show courses beginning
with e.g. Management rather than equalling e.g. Management as I have several
courses beginning with Management I would like them to be able to select from
- and exclude the other courses beginning with other names.
Many thanks,
John
I have an online form that currently shows all the courses from an Access
table called Courses - I would like to be able to limit the courses it shows
to different headings, e.g. as per below:
sqlstmt = "SELECT DISTINCT Course FROM Courses WHERE Course ='Management
Development'"
However, I would like to know what I need to type to show courses beginning
with e.g. Management rather than equalling e.g. Management as I have several
courses beginning with Management I would like them to be able to select from
- and exclude the other courses beginning with other names.
Many thanks,
John