Unable to add information to the database form

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

Guest

I'm not sure what happened to my database, but it stopped allowing me to
enter new information into a form. When I try to enter information into a
field, it just beeps. The navigation star is not highlighted so I cannot
open a blank form. I can enter the information from the Table. Something
must have happened to my form. Any ideas. I have already rebooted.
 
First check if the problem is with the form or the record source of the form.
Open the record source of the form, run it, and try to insert data directly,
if there is no problem, check the form properties

AllowEdits Property = Yes
AllowAditions Property= Yes
 
i cannot enter information on any record of the form. I checked the form
properties, but I don't see anything wrong.
 
I tried to redo my form and I got an error message from the visual basic
editor: DoCmd.GoToRecord,,acNewRec

This is what happened last week when it stopped allowing me to enter a new
record. What can I do to repair this?
 
Can you insert new record directly using the record source of the form?
without running the form.
 

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