Hi,
I got a problem am tring to convert this date field and am getting this error message. Please help
Dim fldRequestReceiptDate As ADODB.Field
Const DATEFORMAT = "MM/DD/YYYY"
txtRequestReceiptDate.Text = Format(fldRequestReceiptDate, DATEFORMAT)
Or is there a way to conver this textbox differently?
I got a problem am tring to convert this date field and am getting this error message. Please help
Dim fldRequestReceiptDate As ADODB.Field
Const DATEFORMAT = "MM/DD/YYYY"
txtRequestReceiptDate.Text = Format(fldRequestReceiptDate, DATEFORMAT)
Or is there a way to conver this textbox differently?