T
Tojib
Is there a way to set the criteria in a query to prompt the user to insert
part of a name and then have the query return all names with the specified
characters? For example, a vendor query. I now have the user enter the entire
vendor name or just hit enter (using IS NULL). Users don't always know the
exact vendor name so I would like to use partials if possible, understanding
that several results may be returned.
part of a name and then have the query return all names with the specified
characters? For example, a vendor query. I now have the user enter the entire
vendor name or just hit enter (using IS NULL). Users don't always know the
exact vendor name so I would like to use partials if possible, understanding
that several results may be returned.