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
 
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 :)
 
Back
Top