Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]() benj wrote: SELECT b.OrgID, a.OrgName,eventDate, FROM tblossevent AS b, tbOrg AS a WHERE eventdate BETWEEN convert(varchar,getdate()-30, 106) AND convert(varchar,getdate(), 106) What data type is your eventdate column? You seem to be converting your parameter date values to text. Perhaps this is the source of your confusion. Jamie. -- |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Extract Data From Textbox | Excel Worksheet Functions | |||
extract data from cells | Excel Worksheet Functions | |||
Pulling data from 1 sheet to another | Excel Worksheet Functions | |||
Combo box copy data | Excel Discussion (Misc queries) | |||
Formula to Extract Data from a Table | Excel Worksheet Functions |