Using 7.6.2.1 in Windows
Been working on getting some queries and forms setup and I’ve run into a problem.
Example: I want to see every record in which “Hanks” appears in the Owner field. So I setup the query to do just that. It returns some of the fields, but not all.
If I run the query, I get 112 different records. If I run it within a form, I get 42.
Comparing the results from each, it appears the form is only returning where “Hanks” is the first part of the Owner field and not the second.
Example: Hanks, Larry appears but Williams, Roger Hanks does not. Or if there are multiple owners.
Example: Hanks, Larry appears but Hanks, Larry and Deloris; Roberts, John and Beth does not.
Any ideas? The form was made using the wizard and it is tied to the same query.