Quote:
Originally Posted by macropod
All you need do is specify the output format of 'dtDateFiled.Value'. However, as written, your code also doesn't allow the date to be updated within the bookmark and lacks error-handling. Try:
Code:
Private Sub cmdOK_Click()
...
End Sub
|
That worked. Thank you very much!