Thank you for responding. If something like J AND Smith is searched for, the results would be any first name that starts with the letter "J" and any last name of Smith or contains Smith. For example, if the last name is "Smithson" then it would show up
in the search results since it contains 'Smith'. In other words, the search is very broad, including anything with a middle initial, such as John J. Smith or Smithson could be a search result when searching for J AND Smith. If the search is something like
J. (with a period) AND Smith, then the result would be limited to all names beginning with J. and all last names with Smith, including Smithson, etc. But if there is no period after J, then the search would find every first name beginning with a J, such as
Jack, John, Joe, Jerry, Jason, etc. and everything with last name of Smith or containing Smith.
As far as how names are stored in the Access database, they are stored in one cell and could be entered either first and last name or last name first with a comma, then first name. Same with business names. Everything is entered into one cell. So, there
isn't a first name field, middle initial or name field, and last name field, or a separate field for business entity names.
The Access database search form is simple. That is, it has one field on the left for entering anything related to the particular name being search, whether a last name, first name, or business entity. It doesn't matter what is typed in the cell. Then
there is a drop-down list, which allows a choice of Boolean search terms/operators like, AND, OR, and NONE, and another field to the right of the drop-down list, which allows a second search term, if there is one. If there isn't one, then NONE is selected,
which means the second field is not being used. If I want to search for John Smith, I would enter John in the first field then select Boolean operator AND, then Smith in the right side field (technically, I could revers the order of search terms in the left
and right fields, such as last name in field one and first name in field two). This search would yield everything with John and Smith, Smithson, etc. regardless of whether the name contains a middle name or initial. The search is only concerned with finding
anything containing John AND Smith.