Add Records

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

Guest

I have a database to which now for some unknown reason (probably really
simple) it no longer allows me to add a new record on the form, only the
table. I have AllowDataEntry set to yes and I dont recall changing any
properties. Is there something I am overlooking or why would it I be unable
to add a new record on the form? Please help.
 
Is Allow Additions set to Yes?

Make sure the Recordset Type is set to Dynaset.

If you want to see existing records, set Data Entry to No.

You might also check the form's RecordSource is the table (i.e. not a
non-updatable query.)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top