5.9. Searching for stock items

  1. Create a search form to search for stock items

  2. Allow the user to choose either "Full name", "Beginning of name" or "Part of name" as a search type. Create different SQL queries depending on their choice

  3. Change the form so that people can use DOS/Unix style wildcards (* and ?) then use their wildcard expression in your SQL query - convert the wildcards to SQL-style wildcards by using regular expressions