> controls on it. Then reference these in the criteria instead". ) that is pulling the data from the qry. I downloaded instructions you pointed me to and this is not working. Any other suggesstions.
Hi,
try the form method! Create a form with two controls on it. Now reference
these instead in the criteria:
BETWEEN [Forms]![YourForm]![StartDateControl] AND
[Forms]![YourForm]![EndDateControl]
Now on the report you can reference them in the same manner. This way you
have much more control. The other method should have worked as well though!
HTH
Good luck

Signature
Oliver
Admin Specialist & Computer Science Major @ UMD - Go Terps - :)
http://www.oli-s.de
> I am pulling the dates from the Dialog box ("it is advised to create a custom
> form with two textbox
[quoted text clipped - 24 lines]
> > >
> > > Thanks
Melissa - 06 Jan 2006 15:46 GMT
I do have a form with controls on it, that is what was messing me up. But,
good news, I did a text box with the following expression:
=Forms!SupervisorRptDialog![Start Date] & " " & "Through" & " " &
Forms!SupervisorRptDialog![End Date]
and it worked.. Thanks for the help and the reference to that web site. Lots
of good info on that one.
> Hi,
> try the form method! Create a form with two controls on it. Now reference
[quoted text clipped - 36 lines]
> > > >
> > > > Thanks