mattbland
Isnt really listening
- Local time
- Today, 03:35
- Joined
- Aug 8, 2002
- Messages
- 33
Hey,
This probably sounds really stupid but im tryin to get a line of text into a text box once a condition has been met, but so far to no avail! this is the code im using:
Private Sub Status_GotFocus()
If Val(Min_stock > Act_stock) Then
Status.Text = "Urgent - Below Minimum Stock"
Else
Status.text=""
End If
End Sub
Help! this is doing my head in!
This probably sounds really stupid but im tryin to get a line of text into a text box once a condition has been met, but so far to no avail! this is the code im using:
Private Sub Status_GotFocus()
If Val(Min_stock > Act_stock) Then
Status.Text = "Urgent - Below Minimum Stock"
Else
Status.text=""
End If
End Sub
Help! this is doing my head in!