Select Criteria in a Query

  • Thread starter Thread starter Adding Selected Range into Query
  • Start date Start date
A

Adding Selected Range into Query

I was wondering if it were possible to add the select
criteria into a field in the query. Example: when I run a
query that pulls information based on a date range, would
it be possible to have this date range appear in the query
itself?

Thanks,
John
 
Sure, add a new column with an expression like:
Begin Date: [Enter Beginning Date]
of course you must substitute your parameter.
 
Back
Top