mazer77 said:
How do I make a field a required input based on the value of another
field?
if the value of the other field is "0" then the input field is not
required.
Open the table in design view.
Open the Properties box.
Beside the Validation Rule in the properties box, enter:
([Field1] Is Null) OR ([Field2] Is Not Null)
substituting the names of your fields.
Be sure to use the Validation Rule in the properties (i.e. the one for the
table), not the one in the lower pane of table design window (which is the
rule for a field.)
Here's a bunch of validation rules:
http://allenbrowne.com/ValidationRule.html