D
Dave Elliott
Trying different code to make this work.
If Bidtxt is greater than Text331 then Amount is under message
If '''' ' ''' Less Over
"""""
Right now both messages appear or else it appears when it is not over or
under???
If Me.[Bidtxt].Value > CCur(Me.[Text331].Value) Then
'If ([Bidtxt]) < ([Text331]) Then
MsgBox "Amount is Under Suggested Price"
End If
If Me.[Bidtxt].Value <> CCur(Me.[Text331].Value) Then
'If ([Bidtxt]) > ([Text331]) Then
MsgBox "Amount is Over Suggested Price"
End If
If Bidtxt is greater than Text331 then Amount is under message
If '''' ' ''' Less Over
"""""
Right now both messages appear or else it appears when it is not over or
under???
If Me.[Bidtxt].Value > CCur(Me.[Text331].Value) Then
'If ([Bidtxt]) < ([Text331]) Then
MsgBox "Amount is Under Suggested Price"
End If
If Me.[Bidtxt].Value <> CCur(Me.[Text331].Value) Then
'If ([Bidtxt]) > ([Text331]) Then
MsgBox "Amount is Over Suggested Price"
End If