F
forcefield via AccessMonster.com
Hi,
I have many fields text and combo bound and unbound in a form. Is there a
situation where the form has a new record and yet dirty or any other
unexpected possibilities. I always think that when a form is new it is
invariably not dirty. I am not sure if this is true always.
In my case I would only use this condition
If myform is not dirty Then …. or If IsNewRecord = true Then …. There is
no need to test other combinations like If myform is not dirty and
IsnewRecord = true then …. Or any other combinations.
If other possibilities exist then can someone give me a situation where such
an event can occur.
Thanks
I have many fields text and combo bound and unbound in a form. Is there a
situation where the form has a new record and yet dirty or any other
unexpected possibilities. I always think that when a form is new it is
invariably not dirty. I am not sure if this is true always.
In my case I would only use this condition
If myform is not dirty Then …. or If IsNewRecord = true Then …. There is
no need to test other combinations like If myform is not dirty and
IsnewRecord = true then …. Or any other combinations.
If other possibilities exist then can someone give me a situation where such
an event can occur.
Thanks