M
Maury Markowitz
I have a form bound to a query (view) in an MDB (Access 2003). Most of the
fields on the form are "Locked = true", but there is one I would like to
allow edits on. I have set the form as a whole to "allow edits", and set that
field to locked=false. The cursor will enter the field but not allow me to
change the value.
The view includes the pkey from the underlying table (and it is shown), as
well as a limit in the WHERE that joins on another table. The basic purpose
is "get these columns from this table where there is no matching record in
that table).
It seems it should be OK, what am I missing?
fields on the form are "Locked = true", but there is one I would like to
allow edits on. I have set the form as a whole to "allow edits", and set that
field to locked=false. The cursor will enter the field but not allow me to
change the value.
The view includes the pkey from the underlying table (and it is shown), as
well as a limit in the WHERE that joins on another table. The basic purpose
is "get these columns from this table where there is no matching record in
that table).
It seems it should be OK, what am I missing?