Ok, I made my end date seach add +1 so it will actually search for the next day and it seemed to fix that problem, but now I'm running into other problems with the searching for dates!!!
How would you recommend I search? Should I enter the date just into a new field and just have it enter like
2001-11-29
so later I can do the search correctly? or enter it some other way?
What I'm doing is, someone will create a problem ticket, the date and time becomes the problem ID number... Example
20020123-11:54:00 would be a problem ID number if I created a ticket right now. Then they close it and I move everything into another table called Archived_problems so I can search on them.
The way I'm searching is the <= and => with the customer specifing the date and I convert it from 2002-01-23 to 20020123 and search that way but I'm running into so many problems.
Any help would be great!
thanks