I am using my own registration form to insert the data into the FORUM_MEMBERS.
However, how do I insert the current date of registration into the M_DATE, using the format they use...
I'm using ASP with JAVASCRIPT and Access. If I change the properties of M_DATE in Access to Date/Time and use Now() for current date, it won't display correctly on Memebrs.asp
the forum useses a string representation of the date for which there are conversion functions included strToDate(string) and DateToStr(date). it does this because database date formats are different depending which you use so it makes more sence to store it in a generic format.