Re: "You canceled the previous operation."
- From: "Steven L via AccessMonster.com" <forum@xxxxxxxxxxxxxxxxx>
- Date: Sat, 27 Aug 2005 10:39:30 GMT
Okay, I went through my query again and found out what was causing some
records not to show up in the query.
Here's where I'm having a problem:
IIf([Forms]![Case-Based Query]![motcode] Is Not Null,[Forms]![Case-Based
Query]![motcode],[combined simple].[motcode] & Null)
What I want is the IIf to test if the combobox is empty. If so, take that
value, else take any possible values from [combined simple].[motcode].
However, the query takes every value except for Null values, so any records
with a null value for motcode doesn't appear in the results. Is there any way
to force the query to accept null values as well?
Steven L
--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/Forums.aspx/access-queries/200508/1
.
- Follow-Ups:
- Re: "You canceled the previous operation."
- From: John Spencer (MVP)
- Re: "You canceled the previous operation."
- References:
- "You canceled the previous operation."
- From: Steven L via AccessMonster.com
- Re: "You canceled the previous operation."
- From: Steven L via AccessMonster.com
- Re: "You canceled the previous operation."
- From: Steven L via AccessMonster.com
- "You canceled the previous operation."
- Prev by Date: Re: "You canceled the previous operation."
- Next by Date: grouping results
- Previous by thread: Re: "You canceled the previous operation."
- Next by thread: Re: "You canceled the previous operation."
- Index(es):
Relevant Pages
|