Does anyone know if there is a isNotNumeric funktion - I can't get it to work for me. This is the code for it
If IsNotNumeric(Me.EstimatedRunTime) Then
strMsg = "The fiels Estimated Run Time has to be a number - it is the Run time in minnutes"
MsgBox strMsg
Else
DoCmd.DoMenuItem acFormBar, acRecordsMenu, acSaveRecord, , acMenuVer70