Hi I am an absolute 'noob' when it comes to t-sql however because of an issue we are haing in extracting some data from an sql database I need to to run a pass through query and use the following in my criteriaWHERE orderdate >= 31/10/2010I have tried the following without successWHERE orderdate >= '31/10/2010'in access I would just useWHERE orderdate >= #31/10/2010#any help would be greatly appreciated as I say I am a complete novice but I am willing to tryRegardsPaul
↧