misslee1888
New member
- Local time
- Today, 15:02
- Joined
- Dec 2, 2002
- Messages
- 98
I am looking to set a timmer on a form so that when the form opens, it looks to see the result of one of the queries in the db and sets the timmer so that if the result of the query is more that 0 then text flashed prompting user to take action(or a message box appears). If the result is < 0 then this will not happen.
Can anyone help
I thought
If Query.Query2.somefield.value > 0 Then
MsgBox "Do something"
End If
But this does not work. Can anyone help?
Can anyone help
I thought
If Query.Query2.somefield.value > 0 Then
MsgBox "Do something"
End If
But this does not work. Can anyone help?