Best Way to shoe error and information messages

B

Brian C

I input some data in form1 and access a record from table1
using this data in SQL code executed from clicking a
button on the form.

If the record doesn't contain a certain value I want to
output a message and set focus to get the user to reenter
data to try another record.

What is the best way of showing the message, i.e. in a
popup or on the form and how do I do this using the form
definition and supporting code? How do I set the focus
back to the first input field on the form?
 

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