Viewing 14 posts - 1 through 14 (of 14 total)
Thanks. I ended up writing a little funtion that did this for me. If anyone wants to use this feel free.
// Date Format Function
evdate = rs("press_date")
On Error Resume Next
evdate...
January 30, 2003 at 10:35 am
You may want to read this article. I don't know if this will help but its worth reading. I'm not an expert i'm just learning myself so here you go.
http://www.sqlservercentral.com/columnists/jtravis/understandingthedifferencebetweenisnull.asp
...
January 29, 2003 at 9:02 am
Thanks mromm for your help. I'll try that.
January 28, 2003 at 11:43 am
Thanks Antares686. I'm going to bookmark this page. I'm reading up on it now. Very good information. Thanks allot it worked.
January 17, 2003 at 7:07 am
Well guys I got it working by writing a funcion that replaces the two dates entered into the two fileds and formats them to look like this date1 - date2.....
January 17, 2003 at 7:04 am
Only drawback to that is i want to pre-plan events. So if an event is 3 months from now i want to be able to add that and it lists...
January 14, 2003 at 8:37 am
Thanks phil i really appreciate your knowledge. I will make these changes and remember this for the future.
thanks again.
January 10, 2003 at 6:38 am
Here are the answers to your questions...
1. The datatypes were datatime, i changed them to varchar, then it worked.
2. Yes there are other fields in the table
3. They are populated...
January 9, 2003 at 7:21 pm
Hey Tad thanks man. I'm sorry if it was a stupid question. I'm new to SQL 2000 just learning. You've helped me out tremendously today. Thanks again.
December 16, 2002 at 3:04 pm
Thanks Scorpian 66. I appreciate your help allot. I'll look for that article.
December 16, 2002 at 1:39 pm
I am currently doing it like this
SELECT *
FROM Members
WHERE (EMAIL = NULL)
Well i am...
December 16, 2002 at 12:11 pm
Thanks i changed this to the Account Admin and it now works.
August 2, 2002 at 9:48 am
Viewing 14 posts - 1 through 14 (of 14 total)