I'm interested in doing something like this also, but data valadation does
not do what I want. I would like to say if field X is equal to some value,
then make field y a required field, an not allow submit until field Y is
filled in.
Data valadation only seems to allow you to create a pop-up or screen tip, or
am I missing something?
> On Jan 3, 7:22 pm, Pat Pollan <PatPol...@discussions.microsoft.com>
> wrote:
[quoted text clipped - 5 lines]
> Thanks,
> Paresh
Paresh - 31 Jan 2008 15:57 GMT
> I'm interested in doing something like this also, but data valadation does
> not do what I want. I would like to say if field X is equal to some value,
[quoted text clipped - 15 lines]
>
> - Show quoted text -
You can apply data validation on field Y with conditions as follows:
Field X ---is equal to --- <desired value> AND
Field Y ---is blank
<Message for screen tip>
Hope this helps.
thanks,
Paresh
zeon - 01 Feb 2008 16:59 GMT
Thanks, that worked.
> > I'm interested in doing something like this also, but data valadation does
> > not do what I want. I would like to say if field X is equal to some value,
[quoted text clipped - 26 lines]
> thanks,
> Paresh