Combo box Query problem

iain1978

Registered User.
Local time
Today, 00:03
Joined
Nov 26, 2004
Messages
30
Hi

I'm a bit new to Access, however I created what I think is a fairly complex database and now preparing some reports. I want to have a drop down option for one report and from reading through these forum I know I need to link a form to the report and link the form to a query.

The problem I have is I cant get the form to run the chosen data against the query. The combo box looks up 5 different values and I can choose the value I want then click the command button which does run the query, although the datasheet I get back is blank.

If I run the query itself it comes up with the parameter box and if I type one of the values it does correctly display the records. I have set the criteria of the query to be [Forms]![Assettypeform]![Combo2] which I believe should tell it take the value of the combo box of the required form called Assettypeform.

Please help me.

I also should point out I'm using access 95 as my company are cheapskates.
 
Sorted

I've just figured it out so no need to bother looking at this
 

Users who are viewing this thread

Back
Top Bottom