A
A_Classic_Man
I need code to prevent data entry into Form Field B if Form Field A
has data in it?
Access version is 97.
Thanks
Ron
has data in it?
Access version is 97.
Thanks
Ron
Linq,
My one line of code accomplishes the exact same thing as your 5 lines of
code. The expression to the right of the equal sign will return either True
or False, either locking or unlocking txt_FieldB.
Your second set of code does raise a good point though.
Dale
- Show quoted text -