I would like for my database to run a check against existing last names in my participant table each time an end user enters a new name. For example, automatically running a query based on wildcard such as An* and bring up a form showing all participants’ last name that starts with An?
Reason for this is because I’ve been finding too many records that are based on same person, but has slight variation on their last name! For example, Brent Andersen, Brent Anderson, Brent Anderssen etc. (They are all the same person.) My thinking was that if I could somehow create a dynamic query that runs wildcard query and brings up list of names, maybe that would encourage end-users to verify that there isn’t an existing record already.