Parameter Value Properties

law

Registered User.
Local time
Today, 13:17
Joined
Feb 14, 2004
Messages
26
I have currently got a query that prompts you to enter a password this all works fine, but I wondered if it is possible to modify the parameter value properties instead of it displaying

"Enter Parameter Value" can you for example make it display "Password Needed" in the title?

any ideas?

Thanks!
 
I believe that you would have to set up an InputBox to enter the password, and the query would just link to the query. :confused:
________
GONG BONG
 
Last edited:
When you do a simple parameter query, you place your desired prompt into your QBE grid using this type of notation:
[Please enter the parameter]

If this is your case, you can simple change it to:
[Password needed]
 

Users who are viewing this thread

Back
Top Bottom