M
mrbeepa
I am trying to create a query that will show the records that have an install
date between the dates a user inputs. I have a contract table with a date
field called installDate when I tried a simple parameter query: The code I
put in the crieteria row is this ->>> Between [Enter Date] and [Enter Date]
->>>so that the user will be prompted to enter the dates that the user is
seeking to find the installs between those dates? But what happens is I get
the first prompt and not the second and the query fails to find any records.
(of course!)
also, it would make it simpler for me if I could refer to the weeks as 1 -
52 is there a simple way to do that, or even a built in function that returns
the week as a number? Then I could just have the user input a week number?
any help would be appreciated
date between the dates a user inputs. I have a contract table with a date
field called installDate when I tried a simple parameter query: The code I
put in the crieteria row is this ->>> Between [Enter Date] and [Enter Date]
->>>so that the user will be prompted to enter the dates that the user is
seeking to find the installs between those dates? But what happens is I get
the first prompt and not the second and the query fails to find any records.
(of course!)
also, it would make it simpler for me if I could refer to the weeks as 1 -
52 is there a simple way to do that, or even a built in function that returns
the week as a number? Then I could just have the user input a week number?
any help would be appreciated