Can't change values in form

Alexandersels

New member
Local time
Today, 20:58
Joined
Sep 9, 2003
Messages
8
Hi Access l33ts

I've a problem with an access form. I can't change my data in the from. I CAN change the data in the underlying table.

can you help me solve this problem

Alexander
 
Is the form based on a query or the table? If a query it may be not updateable based on something like having a calculated field.

If on the table, then make sure that the form's AllowAdditions and AllowEdits properties are set to YES.
 
The properties were not correct, I addjusted them thnx

Is the form based on a query or the table? If a query it may be not updateable based on something like having a calculated field.

If on the table, then make sure that the form's AllowAdditions and AllowEdits properties are set to YES.
 

Users who are viewing this thread

Back
Top Bottom