I need some assistance with the following:
I want a user to enter a parameter to query for, and then have Access return all records that partially match.
For Example:
Prompt : Enter CLLI Code?? <user enters> RONKVACS
access then adds the * wildcard to the end of RONKVACS (RONKVACS*) and returns all matching Records.
output would include records matching:
RONKVACSDS0
RONKVACSRS0
RONKVACSDS3
Thanks
I want a user to enter a parameter to query for, and then have Access return all records that partially match.
For Example:
Prompt : Enter CLLI Code?? <user enters> RONKVACS
access then adds the * wildcard to the end of RONKVACS (RONKVACS*) and returns all matching Records.
output would include records matching:
RONKVACSDS0
RONKVACSRS0
RONKVACSDS3
Thanks