Gustav Brock
gustav at cactus.dk
Wed Mar 31 07:25:17 CST 2004
Hi Sander Wouldn't it be simpler just to apply that format to the textboxes directly? /gustav > I need to check a dozen date-fields and check if the date entered is DD-MMM-YYYY. > I've created a constant: > Public Const DATE_FORMAT As String = "dd-mmm-yyyy" > I want to check the date format like this: > Me.txtDate.Text = Format(Me.txtDate, DATE_FORMAT) > Wich event is most suited for this?