H hayden Registered User. Local time Today, 23:15 Joined Mar 16, 2010 Messages 49 Mar 29, 2010 #1 how do i create parameter query so that if i select a date that it shows all the relevant information what is required, so it can be printed out for my daily deliveries
how do i create parameter query so that if i select a date that it shows all the relevant information what is required, so it can be printed out for my daily deliveries
pbaldy Wino Moderator Staff member Local time Today, 15:15 Joined Aug 30, 2003 Messages 36,272 Mar 29, 2010 #2 I would create a form with a textbox for entering a date. You can use this technique to restrict a report to that date: http://www.baldyweb.com/wherecondition.htm You could also create a query that used that textbox as a criteria, and base the report on that.
I would create a form with a textbox for entering a date. You can use this technique to restrict a report to that date: http://www.baldyweb.com/wherecondition.htm You could also create a query that used that textbox as a criteria, and base the report on that.