mistercormell
Registered User.
- Local time
- Today, 00:25
- Joined
- Feb 20, 2007
- Messages
- 15
Hi,
I have a table of associates, that have two important details stored about them: CRB Number and CRB Issue Date. Not all of the people need to have a CRB check (so won't need to store either the number or the date), however some do.
What I want Access to do, is to validate at record level- so that Either both those fields are Null or both the fields have data stored in them. e.g. you can't have data stored in one, but not the other.
I'm very new to Access and am doing it as part of a school project and our teacher is useless so I was wondering if anyone could give me a hand.
I've tried:
"[CRB Number] AND [CRB Issue Date] Is Not Null OR [CRB Number] AND [CRB Issue Date] = Null"
but to no avail.
Thanks
I have a table of associates, that have two important details stored about them: CRB Number and CRB Issue Date. Not all of the people need to have a CRB check (so won't need to store either the number or the date), however some do.
What I want Access to do, is to validate at record level- so that Either both those fields are Null or both the fields have data stored in them. e.g. you can't have data stored in one, but not the other.
I'm very new to Access and am doing it as part of a school project and our teacher is useless so I was wondering if anyone could give me a hand.
I've tried:
"[CRB Number] AND [CRB Issue Date] Is Not Null OR [CRB Number] AND [CRB Issue Date] = Null"
but to no avail.
Thanks