I can't add or change records in my access database via my form.

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

Guest

I have previously used this form to make changes, but now it doesn't work. It
allows me to see my records but not to change them. I've checked all my
permissions, properties, etc. None of that has changed. What would cause
this. I am the only person using this database.
 
I have previously used this form to make changes, but now it doesn't work. It
allows me to see my records but not to change them. I've checked all my
permissions, properties, etc. None of that has changed. What would cause
this. I am the only person using this database.

It's probably the Query upon which the form is based. Not all queries
are updateable! Did you add another table to the query, or something?

Perhaps you could post the SQL view of the Form's recordsource query.

John W. Vinson[MVP]
 
Back
Top