Leffe78
Registered User.
- Local time
- Today, 20:49
- Joined
- Oct 15, 2004
- Messages
- 19
Hi everybody!
I have tried to search through this forum and find a solution to my problem, but so far to no good.
My problem is this:
I have two forms, in the first the users can select a number of properties to search in a database of employees. They can search by EmploymentID, surname, lastname, yeah some_more_goodies_here. Either way, the problem arises when i want the other form to be filtered by these properties.
At the start, the other form is not filtered at all, it shows all employees plain and simple... this works fine, its source is a query which simply lists all the employees without a WHERE clause. When properties has been selected in the first form, i would like it to simply update the other form.. not by a popup of it. I have tried a number of ways but always got stuck by some wierd errormessage.
For example: Creating and concatenating strings to form a SQL question from the textboxes, trying to apply a filter and requery the subform.
Do someone have a crystal clear path how to arrange this kind of functionallity or am i out in seriously deep water here?
What do you guys recommend?
I have tried to search through this forum and find a solution to my problem, but so far to no good.
My problem is this:
I have two forms, in the first the users can select a number of properties to search in a database of employees. They can search by EmploymentID, surname, lastname, yeah some_more_goodies_here. Either way, the problem arises when i want the other form to be filtered by these properties.
At the start, the other form is not filtered at all, it shows all employees plain and simple... this works fine, its source is a query which simply lists all the employees without a WHERE clause. When properties has been selected in the first form, i would like it to simply update the other form.. not by a popup of it. I have tried a number of ways but always got stuck by some wierd errormessage.
For example: Creating and concatenating strings to form a SQL question from the textboxes, trying to apply a filter and requery the subform.
Do someone have a crystal clear path how to arrange this kind of functionallity or am i out in seriously deep water here?
What do you guys recommend?