so when im using the between a daterange parameter for a query, how do include the start date as well as the end date?
Date Ranges
Collapse
X
-
-
I'm sorry, but your post is not very clear! Are you asking how to include it in a query or SQL statement, or how to get Access to prompt for it when you run the query, or what?
Linq ;0)> -
in sql as well as the access query,
here is what i am using currently
is there a way to add -1 to the start date and +1 to the end date? would that be the proper logic.Code:Between Nz([Forms]![frm_Reporting]![begin],#1/1/1900#) And Nz([Forms]![frm_Reporting]![end],#12/31/9999#)
Comment
Comment