Error Message

C

Cat

I just created my first database and I am having problems with adding new
entries command in my form.

I created a command button for that purpose and it worked until recently, I
must have done something to it, now I am getting the error message "You can't
go to the specified record" and I can no longer edit the form in form view if
I wanted to.

Any help would be great!
 
L

Linq Adams via AccessMonster.com

We can't see your database, so all we can really do is guess. It would help
if we knew what code you've actually been using, but you really need to think
about what you changed in your database just prior to the problem arising! Is
your form based on a table or a query. The fact that you can no longer edit
your records as well as add records points towards your form now being Read-
Only. Did you change something in the underlying query or in any query, for
that matter? Have you moved your database to a different folder in your hard
drive (where you possibly don't have Write Permission.) In your form's
Properties Sheet is AllowEdits and AllowAdditons set to Yes? These are the
kind of things you need to look at.
 
Top