deekras
08-08-2001, 01:59 PM
i have a query that requests a date to generate a report. right now, it has the generic message "Enter parameter value". i would like to make my own message. How can i do that?
|
View Full Version : parameter messages deekras 08-08-2001, 01:59 PM i have a query that requests a date to generate a report. right now, it has the generic message "Enter parameter value". i would like to make my own message. How can i do that? Rich 08-08-2001, 02:08 PM Create a custom form that looks like an input box and reference that instead. HTH deekras 08-08-2001, 02:39 PM thnaks for the prompt reply! i'll try that. willsaunders 08-09-2001, 12:31 AM Another solution is to use the criteria box in the design grid and enclose your caption in square brackets []. Hope this helps too, Let us know, Will. |