Hello
I have a relational database in Access 2003. Now Im trying to write a parameter query using four tables(tblReference, tblCounty, tblWords, tblWeb). The first two parameters belongs to tblArts.
The first parameter is: Between [Forms]![FSearch].[txtStart] And [Forms].[FSearch].[txtEnd]
The second parameter is: Like [Forms].[FSearch].[txtName] & "*"
The Third Parameter is:Like [Forms].[FSearch].[txtCity] & "*"
The fourth Parameter is Like [Forms].[FSearch].[txtWord] & "*"
I also have in the query three more fields (with no parameters) two from tblArts and one from tblWeb
When I run the query there is no records, however, If I delete the first parameter the Query works.How many parameters can I use in a Query with four related (1 to many) tables?
Could you help me to fix my problem?
Many thanks![]()