P
patrick
If the contents of a field is blank (but the record
exists), I wish to ensure that a sub form set to pop up
is not opened when i change the contents from blank to
some character(s).
However if the original contents are not blank i wish to
have the popup open if the entry is altered(changed),
how???
If the control that is being changed is a bound control,
i have been told i can use controls OldValue property to
see if the control was previously blank, if not, then pop-
up theform. This could be done in the BeforeUpdate or
AfterUpdate event of the control. The BeforeUpdate event
will gives methe option to Cancel the update, if idesire.
The problem is my experienece in the progamming side is
weak at best and am not sure quite how to program this,
can someone please give me a little bit of guidance on
how to actually program this with the before update
property
exists), I wish to ensure that a sub form set to pop up
is not opened when i change the contents from blank to
some character(s).
However if the original contents are not blank i wish to
have the popup open if the entry is altered(changed),
how???
If the control that is being changed is a bound control,
i have been told i can use controls OldValue property to
see if the control was previously blank, if not, then pop-
up theform. This could be done in the BeforeUpdate or
AfterUpdate event of the control. The BeforeUpdate event
will gives methe option to Cancel the update, if idesire.
The problem is my experienece in the progamming side is
weak at best and am not sure quite how to program this,
can someone please give me a little bit of guidance on
how to actually program this with the before update
property