Re: Show all records in query if conditions is false
- From: peregenem@xxxxxxxxxxxx
- Date: 12 Aug 2005 08:34:45 -0700
John Spencer (MVP) wrote:
> Field: ProjectCreator
> Criteria: LIKE IIF(CurrentUser() in ("btibbs","csarmiento"),"*",CurrentUser)
Alternatively (in SQL code):
ProjectCreator = IIF(CurrentUser() IN ('btibbs', 'csarmiento'),
ProjectCreator ,CurrentUser)
.
- References:
- Show all records in query if conditions is false
- From: BLTibbs
- Re: Show all records in query if conditions is false
- From: Duane Hookom
- Re: Show all records in query if conditions is false
- From: BLTibbs
- Re: Show all records in query if conditions is false
- From: John Spencer (MVP)
- Show all records in query if conditions is false
- Prev by Date: Bit Data Type Issue
- Next by Date: Re: how to create datediff function?
- Previous by thread: Re: Show all records in query if conditions is false
- Next by thread: RE: Access - ActiveX component
- Index(es):
Relevant Pages
|