startswith" will return all names starting with the letter or letters that are entered in the paramter
Other options are:
\\Will return only names that exactly match parameter
{Table.Name} = {?Name}
\\Will return all names in paramter seperated by comma
{Table.Name} in {?Name}
\\Will allow user to use symbols *, #, ? to return specific \\names
{Table.Name} like {?Name}