Single input for multiple queries

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • teflonpaul
    New Member
    • Sep 2008
    • 1

    Single input for multiple queries

    I am running a series of append queries to populate a table for a report. I want to be able to prompt for a start (or end) date and re-use that date for the series of queries. Help?
  • NeoPa
    Recognized Expert Moderator MVP
    • Oct 2006
    • 32656

    #2
    Use a TextBox control on a form.

    You can then save this value in a variable and update the SQL used, or refer to the control from within your query.

    Comment

    Working...