Titles on InputBox within Query

  • Thread starter Thread starter Ray
  • Start date Start date
R

Ray

In the criteria section a field of a query, I want to
have the ability include inputbox titles or input format
info. For example, I want the inputbox to have a Title
and "Please enter date in MM/DD/YY format" text. Using "=
(?)" just gives me a vanilla box with no text info. Can
you help me with the code. I have tried using the
standard inputbox coding, (inputbox("aaa","bbb",)), and
it doesnt work when i enter it into the criteria section
of a query.
 
You can use a parameter prompt in your criteria like
[Please enter date in MM/DD/YY format]

You are better off getting your criteria from controls on forms.
 
Back
Top