Ok.. i have a VB program the writes data out to a lotus Notes Database, now when i write my date fields out to the notes DB the data type changes to a string... cuz for some reason VB Date and Notes Date are different and not compatiable...
when the field is written the property of the field is changed from DateTime to liststring and this causes all kinds of problems for our notes programs.... so to get to the point here.... anyone know how i would make a datatype in vb that would be compatible witht the Notes Datetime??? or am i just S.O.L. ?????