i was given am access database at work and dont really know much about access I am trying to make an entry in my form REQUIRED. can anyone help me.............
please
If the field in that form is "bound" (meaning it's linked to a field in a table), which it probably is, and you want to apply this rule to every record, you can go into the design of the table that is feeding into the form and change the Required setting to Yes.
If you are not allowed to change the table structure, you will need to use some VBA code on the form.