Trevor G
Registered User.
- Local time
- Today, 08:22
- Joined
- Oct 1, 2009
- Messages
- 2,368
Lewis you made a very simple mistake. On your search form you have named each unbound textbox as FullName rather than txtFullName and also with the other unbound textboxes so in the query you are setting criteria to txtFullname but that doesn't exist.
If you had followed my instructions about using the expression builder to find the fields on the form this wouldn't have happened.
Please do the following:
Open your query in design view and each of the criteria where you have the Like remove the txt and the query will work as well as the form and the report will show you the correct information.
Attached is the same database sample with the query fixed.
If you had followed my instructions about using the expression builder to find the fields on the form this wouldn't have happened.
Please do the following:
Open your query in design view and each of the criteria where you have the Like remove the txt and the query will work as well as the form and the report will show you the correct information.
Attached is the same database sample with the query fixed.