L
ljubo lecic via AccessMonster.com
I am new in access and my question is:
I have a simple form with several fields.Is it possible to set properties
to one of these fields (just one)
in a way that the field can not be updated(others fields
can).So far, whenever I forbid updates I also forbid inserts.
I must say that I solved this problem programaticly
(by recognizing when before-update event is called within inserts and when
standalone ) but
I feel that it must be simplier solution.
I have a simple form with several fields.Is it possible to set properties
to one of these fields (just one)
in a way that the field can not be updated(others fields
can).So far, whenever I forbid updates I also forbid inserts.
I must say that I solved this problem programaticly
(by recognizing when before-update event is called within inserts and when
standalone ) but
I feel that it must be simplier solution.