I have written the Visual Basic Line Below.
Private Sub Percent_Of_Pumps_at__04_or_More_GotFocus()
MsgBox "Please Retest. Pumps Are 80% Or More"
End Sub
What I would like for the line to do is -- if the Percent_of_Pumps_at__o4_or_More is 80% or more it will display the message. If is is less than 80%, I woulk like for it to say "less than 80%.
I would also like for the message box to be bigger than it is if possible.
Thanks
Barry
Private Sub Percent_Of_Pumps_at__04_or_More_GotFocus()
MsgBox "Please Retest. Pumps Are 80% Or More"
End Sub
What I would like for the line to do is -- if the Percent_of_Pumps_at__o4_or_More is 80% or more it will display the message. If is is less than 80%, I woulk like for it to say "less than 80%.
I would also like for the message box to be bigger than it is if possible.
Thanks
Barry