If IsNumeric(Me.TxtActualBenchmark) = "False" _
And txtBenchmarks.Value = "89% of free/reduced applicatin measured at month end" Then
Me.TxtActualBenchmark.Undo
MsgBox "Please enter a decimal", _
vbInformation, "Missing Information"
Exit Sub
End If
The answer needs to be .## so the conditional formatting in my report will work. How can I force the user to put a decimal with his answer? The department head wants a validation on every benchmark in my form and the results vary. So I realize If IsNumeric would not work. If I get this right I may almost be finished.![]()