i found it out but if anyone can help me with this one id appreciate it.
here is some of the code...
Dim dtmMyDate
Dim dtmMyDate2
dtmMyDate = Date()
dtmMyDate2 = (DateAdd("d",14,dtmMyDate))
rsProjDatabase2.Fields("LoginDate") = dtmMyDate2
but i'm getting this error...
Error Type:
ADODB.Recordset (0x800A0CC1)
Item cannot be found in the collection corresponding to the requested name or ordinal.
/checkexist.asp, line 71