Enter Parameters

tonijel

Registered User.
Local time
Today, 12:34
Joined
Mar 5, 2006
Messages
16
Hi,
I have a Data Access Page which is generated on behalf of a query.
Query uses one parameter field ,so when is started it promts with the form named Enter Parameters in which I have to input parameter value.
So before the DAP is opened, first is displayed parameter form.
I would like to change dimensions of that form(height, width) but I dont know how.
I already tryied by opening DAP in design view & then in microsoft script editor but i couldn't find anything about this pop-up parameter form.
Any suggestions are wellcome:rolleyes:
 
I would create a form with either a text box or combo box
(combo box contains a list of known parameters) or just type into the text box
In your query place the following in the criteria section
forms![Newform]![field name]

create a button on the new form that calls your query
 

Users who are viewing this thread

Back
Top Bottom