B
BJM
I hope I can communicate my need here without sounding as
inexperienced as I'm afraid I am!
Is there any way to format a parameter so that it will
return records from a partial match?
For example, I have a group of teachers who are asking to
be able to print out class lists. They only know the
course codes by their first 5 characters. The course code
field is, of course, populated by the entire 8-character
string.
Can I create a course code field parameter that would
return all records whose value *begins* with what the user
enters?
Is there something akin, perhaps, to the LIKE wildcard? Or
VB code that would trim the field value to check for a
match?
Thanks,
BJM
inexperienced as I'm afraid I am!
Is there any way to format a parameter so that it will
return records from a partial match?
For example, I have a group of teachers who are asking to
be able to print out class lists. They only know the
course codes by their first 5 characters. The course code
field is, of course, populated by the entire 8-character
string.
Can I create a course code field parameter that would
return all records whose value *begins* with what the user
enters?
Is there something akin, perhaps, to the LIKE wildcard? Or
VB code that would trim the field value to check for a
match?
Thanks,
BJM