Re: Limiting Records with Null Only Once
From: Dan (anonymous_at_discussions.microsoft.com)
Date: 08/24/04
- Next message: '69 Camaro: "Re: union query with filter of repeated items"
- Previous message: chris: "specify data"
- In reply to: Allen Browne: "Re: Limiting Records with Null Only Once"
- Next in thread: Allen Browne: "Re: Limiting Records with Null Only Once"
- Reply: Allen Browne: "Re: Limiting Records with Null Only Once"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 24 Aug 2004 03:33:45 -0700
Thanks for the reply.
If I can't say the count of field B being null is less
than 1 in a table, would I be able to say it and combine
it with field A is not null in an append query.
Thanks for you help.
Dan
>-----Original Message-----
>You can use the Validation Rule of the table to insist
that both fields
>cannot be Null together, but you cannot create engine-
level validation to
>insist on a count of nulls in a field.
>
>--
>Allen Browne - Microsoft MVP. Perth, Western Australia.
>Tips for Access users - http://allenbrowne.com/tips.html
>Reply to group, rather than allenbrowne at mvps dot org.
>
>"Dan" <anonymous@discussions.microsoft.com> wrote in
message
>news:ba1f01c48964$c61052f0$a501280a@phx.gbl...
>>
>> How would I go about limiting a record's existence in a
>> table by the following criteria. Field A is not null
and
>> field B is not null, or field A is not null and field B
>> is only null once.
>>
>> If this can't be done in a table, can it be written
into
>> an append query, as all of the new records are
>> automatically appended to the table?
>>
>> Your help is greatly appreciated.
>>
>> Dan
>
>
>.
>
- Next message: '69 Camaro: "Re: union query with filter of repeated items"
- Previous message: chris: "specify data"
- In reply to: Allen Browne: "Re: Limiting Records with Null Only Once"
- Next in thread: Allen Browne: "Re: Limiting Records with Null Only Once"
- Reply: Allen Browne: "Re: Limiting Records with Null Only Once"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|