![]() |
|
|
Welcome to the { mindfrost82.com } forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
Re: critera error in 2003 saying to complex
You want criteria like the following.
WHERE SomeField = [ Load# ] or [ Load# ] is Null In the query grid (Design view) ienter Criteria: [ Load# ] or [ Load# ] is Null John Spencer Access MVP 2002-2005, 2007-2008 The Hilltop Institute University of Maryland Baltimore County Leslie Porter OHV wrote: > here it is. i want to return all records if load # is null. or a specific > number that has been entered in to load #. where am i going wrong? > > IIf(IsNull([ load # ]),Like "%"or is null ,([ Load # ])) |
|
|||
|
Re: critera error in 2003 saying to complex
damn that was easy. its kinda like trying to as a french guy for a steak but
you only know the words hot dog or hamburger =] thanks again man "John Spencer" wrote: > You want criteria like the following. > WHERE SomeField = [ Load# ] or [ Load# ] is Null > > In the query grid (Design view) ienter > Criteria: [ Load# ] or [ Load# ] is Null > > John Spencer > Access MVP 2002-2005, 2007-2008 > The Hilltop Institute > University of Maryland Baltimore County > > Leslie Porter OHV wrote: > > here it is. i want to return all records if load # is null. or a specific > > number that has been entered in to load #. where am i going wrong? > > > > IIf(IsNull([ load # ]),Like "%"or is null ,([ Load # ])) > |
![]() |
|
| Thread Tools | Search this Thread |
| Display Modes | |
|
|