Required Fields on a Form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like to require a text field to be filled on a form but I can't use
the table to requre this (I have multiple fields in the table and want to
requre only one field at a time based on an earlier combo box). I've tried
using input masks on these fields, but it hasn't been working. Any ideas?
 
You can use the Form_BeforeUpdate event to validate the various fields 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

Back
Top