Ok, I will try to be as clear as possible but this is quite difficult to explain.
I have made a query that needs to be used as a query, i.e. I have it set so that a parameter box appears asking the user to enter a department.
However, I also need this query to be attatched to a report. I have done this and it has worked out very well. When I open the report a pop-up form appears and I am given a drop down list containing all the departments, which there are quite a lot of.
I have got two problems. First of all, because of the form being attatched to the query for the report, if I just run the query, the parameter box reads "Forms!Records: Deparment" instead of "Please enter department". This is not what i want. To avoid this problem I made two seperate queries instead of just one so that when I run the query it now says "Please enter department". This is what I want but I do not feel that it is very professional.
The second problem is that there are a lot of departments and it is not very efficient that the user has to type in the exact word to get any returns on the query. I would like the user to be able to type say the first three letters and for the query to read this, eg. user enters "bus", query returns "business". If this is not possible, i would be willing to settle for a drop down box in the parameter box.
Please Help me!!
I have made a query that needs to be used as a query, i.e. I have it set so that a parameter box appears asking the user to enter a department.
However, I also need this query to be attatched to a report. I have done this and it has worked out very well. When I open the report a pop-up form appears and I am given a drop down list containing all the departments, which there are quite a lot of.
I have got two problems. First of all, because of the form being attatched to the query for the report, if I just run the query, the parameter box reads "Forms!Records: Deparment" instead of "Please enter department". This is not what i want. To avoid this problem I made two seperate queries instead of just one so that when I run the query it now says "Please enter department". This is what I want but I do not feel that it is very professional.
The second problem is that there are a lot of departments and it is not very efficient that the user has to type in the exact word to get any returns on the query. I would like the user to be able to type say the first three letters and for the query to read this, eg. user enters "bus", query returns "business". If this is not possible, i would be willing to settle for a drop down box in the parameter box.
Please Help me!!