View Single Post
  #1  
Old October 23rd, 2009, 05:14 PM posted to microsoft.public.access.forms
Claire
external usenet poster
 
Posts: 132
Default Default text box as query filter

I have unbound text boxes on a form header that have default values. The
query on which this form is based is filtered according to these values.
Right now, when I open the form it asks for these values as parameters.

Is there a way to automate access to use the default value for a text box as
the parameters or to open/load the header before the rest of the form so that
the defaults are already loaded? Would it be better to assign these values
as an on load event instead of as defaults?

Thank you for any suggestions you have!

~Claire