cardgunner
Registered User.
- Local time
- Today, 11:54
- Joined
- Aug 8, 2005
- Messages
- 210
In a subform If the my main.id field is 999999 then the main.alt_id field needs to be greater then 1. I thought i could set the validation rule to be
iif(main.id='999999', '', main.alt_id>1) but that didn't do anything.
Any thoughts or ideas?
iif(main.id='999999', '', main.alt_id>1) but that didn't do anything.
Any thoughts or ideas?