Re: looking to collect distinct date part out of datetime field SQLQuery = "SELECT distinct CONVERT(char,circdate,1) from circdata"
I think I solved it
any one see a problem with this?
thanks
how does the '1' parameter affect the output as I know there are
several choices |