thank you... also, i need to be able to select specific records based on the month in a datetime field. How can i specify that?
Here is my imaginary code to describe what im looking for:
"SELECT * FROM Table1
WHERE month(dtField) = 'a month'"
its obvious that that isnt the code but it describes the result i want. thanks for your help!