Query/form problem

ruan567

New member
Local time
Yesterday, 16:32
Joined
Jul 27, 2004
Messages
9
Hi guys!

I have created a query that gets its parameters from a form, but did not like the standard output that the query presented me with. I therefore decided to create a form based on the query, that displays the results in a format that I like. If i double-click the queryform, it displays the prompts for the values that I have to enter (a range query) but I can't seem to figure out how to link the original dialog that passes the parameters to the query into the whole thing.

I.E:

parameterform ----> query ----> outputs to my custom form

^
this is the part I'm missing

My query has as its criteria ' between [forms]![parameterform]![fromvalue]
and [forms]![parameterform]![tovalue]'

So how can I link this? Any help would be greatly appreciated.

Regards
Ruan
 
create a button on the parameter form which opens the output form. Therefore after typing the value for your parameters , you click on the button and your output form will be displayed.
 
Thanks!

Hey that worked!

Thanks a lot!
 

Users who are viewing this thread

Back
Top Bottom