Data change

  • Thread starter Thread starter C. Allwardt
  • Start date Start date
C

C. Allwardt

I have a form that won't allow me to modify any of the
records at all. I have checked to make sure the form is
enabled and that all of the controls are not locked etc.
I can move to different records, but I can't modify the
current record.

What is the problem and how to I solve it.

Thanks
 
-----Original Message-----
I have a form that won't allow me to modify any of the
records at all. I have checked to make sure the form is
enabled and that all of the controls are not locked etc.
I can move to different records, but I can't modify the
current record.

What is the problem and how to I solve it.

Thanks
.
Did you check the Allow Edits in the property sheet of
the form? That needs to be set to Yes
 
Are you able to open the query that the form is bound to and edit it
directly?
 
The form is bound to the table itself not a query...but
yes I can open the query.
 
It seems that the main form allow edit was set to yes,
however on inspection this morning, the sub form was not.
Now that it is I can once again edit my data!

Thanks for all your help :)
 

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