allow edits property set to no but some fields still can be edited!!?

  • Thread starter ljubo lecic via AccessMonster.com
  • Start date
L

ljubo lecic via AccessMonster.com

I have a simple continiuous form which is also used as
a subform with ALLOW EDITS property set to NO.While
most of the fields within that form behave exactly in
that way (unupdatable) two fields still can be updated
(edited). Any explanation?!
 
A

Allen Browne

If there are pending edits that are not yet saved, Access (wisely) ignores
the form's AllowEdits property and lets you save the record before
preventing further edits.

Your description suggests that something is programmatically dirtying the
record when you move focus into these two controls.

--
Allen Browne - Microsoft MVP. Perth, Western Australia.

Reply to group, rather than allenbrowne at mvps dot org.

message
news:[email protected]...
 
L

ljubo lecic via AccessMonster.com

You are right. I changed Lost-Focus event with another
and everything is OK now.
Thanks!!
 
Top