MsgBox

K

Ki Yi [MS]

Hello,

You try adding code in Oncurrent and Onopen event of a form that will check
that particular field and
if it's < 5 and display a message box.

For example,

If me.field1 < 5 then
msgbox "item low"
End if


Hope this helps!

Ki
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top