Form to enter parameters (1 Viewer)

P

Pantera

Guest
I made a query in which a lot of parameters are asked when you open it. This query is linked to a report, so when I want to open this report I need to answer all the parameters asked. Now I want to create a form (or screen) in which all these parameters are shown so I can fill in those parameters wanted without being bothered with the other parameters. Is it possible to create such a form, and how do I have to do it?
 

Travis

Registered User.
Local time
Yesterday, 19:04
Joined
Dec 17, 1999
Messages
1,332
Yes it is possible. Just make a single view unbound form. Make a field for each parameter. You will need to change your query to reference the form and not the parameter: (e.g. forms![SearchForm]![Field1] vice [Enter Field1 here])
 

Users who are viewing this thread

Top Bottom