Hello all,
I am building a database and I built a form for customer entry. Now I want to populate that form based off of query search results. 99.9% of the customers will have a unique identifying number and will be easy to find with a query. My concern is that there will be some users that forget their unique ID and will need to be found. The flow that I envision is that a customer walks in with no number, we search by his phone number and name. A selection box is populated by the search results, the correct user info is selected and then the an arrow button is clicked to populate my form. What do you think? Too complex?