creating a new form woes

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

Guest

Alright, so I redid some tables and created a new form to represent the
tables for data entry. What's weird is, when I tried to fill in the data,
the form wouldn't let me enter any data. I recreated the form again to see
if it would happen again and it did. What is up with that?
 
Check the properties of the form in design view?

Allow Edits = Yes
Allow Deletions = Yes
Allow Additions = Yes

Or however you wish to set them

hth?

Mike B
 
This is based on the assumption that the form is based directly on the table,
there could be other issues if the form is based on a query. If it is based
on a query, try running the query and adding data, does it allow additions?
 
Back
Top