unable to add records

D

dbnelms

I have been using a database that was not created by me for sometime now.
There are many forms, subforms, tables, etc. Recently there are two forms
that will not let me enter additional records. I had been able to enter
before, and now I cannot find a way to enter a new record. Can anyone
suggest anything that will allow me to enter records again?
 
D

dbnelms

Thank you for responding, and no, there are no error messages, noise, etc.
At the bottom of the table there used to be a "blank" record to enter a new
one. The blank one is no longer there, and I have not found anything that
will allow me to add
 
D

dbnelms

I am using a subform. Do I understand correctly that the form "dumps" the
data into a table? Can there be a capacity/size limit of some kind?
 
K

KARL DEWEY

Do I understand correctly that the form "dumps" the data into a table?
The textboxes of a form should be bound to field of the table and best
through a query. How is your connected?
Access database has a limit of 2Gb.

Do some reverse engineering by checking the source for form and on back.
Test to see where you can enter a new record so as to isolate the problem.
 
Top