Hi - I have a search form I often use. It is created using a form with a number of unbound controls into which the user types in search criteria.
The VBA behind the form involves building an SQL query using the AddToWhere function.
In the database I'm currently trying to create, I am getting an error message relating to the AddToWhere saying that the Sub or Function is not defined. This is the first time I have encountered this - can anyone suggest a reason (and/or a solution) for this problem?
Many thanks
Chris
The VBA behind the form involves building an SQL query using the AddToWhere function.
In the database I'm currently trying to create, I am getting an error message relating to the AddToWhere saying that the Sub or Function is not defined. This is the first time I have encountered this - can anyone suggest a reason (and/or a solution) for this problem?
Many thanks
Chris