Not allowing a Blank Record on a Form

C

Chip

Howdy from Oklahoma!!!

I am relatively New to ACCESS and VB so please do not get too Technical with
the VB.

I have a form that is filtered but i do not want the form to go to a New
Record at all. This form will only be used to update records that are
already there not to add new records. Is this possible?

And THANK YOU in Advance!!!!
 
G

Guest

Try setting the form properties to not allow new records.

Open the form in design view
Right-click an area off of the form
Select Properties
Select the Data tab
Set the Allow Additions to No
 
Top