Required field in a form help

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

Guest

I am trying to creat a form where users must complete a field before being
allowed to move to the next field. I am very new to access and do not know
how to code that. Can I do it with macros or can someone help me with code?
 
Here's a very simple solution, that does not need any code.

1. The form saves records in a table. Open that table in design view.

2. Select the field where the user must enter something.

3. In the lower pane of the table design window, set the Required field to
Yes.

4. Save the changes, and close the form.

Now when you go do enter something in the form, Access will not save the
record unless that field has a value.
 
Back
Top