R
rob p
I have tables and querys based on tables that all have a field called
checkdate. One example would be "09/23/2003" (in that format).
Tables have checkdate field with all the dates from this year's processing.
I want my querys and resulting reports to use data from only one checkdate.
Query's (for my testing) work if I hard code in criteria something like
"09/23/2003". I of course get all matches with the same date. I can also put
in [date mm/dd/yyyy] in criteria line. It prompts me and I enter date then
getting same results.
What I would like to do is enter the checkdate once in a simple form and
have that date plugged into criteria line in all querys that need a date as
in my above example. A combo box would be nice but the table I look at has
multiples of the same dates.
thanks.
checkdate. One example would be "09/23/2003" (in that format).
Tables have checkdate field with all the dates from this year's processing.
I want my querys and resulting reports to use data from only one checkdate.
Query's (for my testing) work if I hard code in criteria something like
"09/23/2003". I of course get all matches with the same date. I can also put
in [date mm/dd/yyyy] in criteria line. It prompts me and I enter date then
getting same results.
What I would like to do is enter the checkdate once in a simple form and
have that date plugged into criteria line in all querys that need a date as
in my above example. A combo box would be nice but the table I look at has
multiples of the same dates.
thanks.