Re: Enter MULTIPLE Items in a Query (e.g. [Name:] ??
- From: "kev100 via AccessMonster.com" <u16246@uwe>
- Date: Sun, 08 Jan 2006 06:02:36 GMT
Check that.....
I see the ">0" part is just part of the reply post format.
Using:
WHERE Instr("," & [Enter first names] & ",", "," & [FirstNameField] & ",")
....then editing for my specfics gets a syntax error.
My actual situation concerns Route numbers (I used the Name example to try to
be as simple as possible).
The field is actually named "route" and could contain 200+ different possible
numbers.
So....using
WHERE Instr("," & [Enter Route Numbers] & ",", "," & [route] & ",")
gets a syntax error.
Could my edits be causing a problem?
THANKS
--
Message posted via http://www.accessmonster.com
.
- Follow-Ups:
- Re: Enter MULTIPLE Items in a Query (e.g. [Name:] ??
- From: kev100 via AccessMonster.com
- Re: Enter MULTIPLE Items in a Query (e.g. [Name:] ??
- From: Duane Hookom
- Re: Enter MULTIPLE Items in a Query (e.g. [Name:] ??
- References:
- Enter MULTIPLE Items in a Query (e.g. [Name:] ??
- From: kev100 via AccessMonster.com
- Re: Enter MULTIPLE Items in a Query (e.g. [Name:] ??
- From: Duane Hookom
- Re: Enter MULTIPLE Items in a Query (e.g. [Name:] ??
- From: kev100 via AccessMonster.com
- Enter MULTIPLE Items in a Query (e.g. [Name:] ??
- Prev by Date: RE: Adding info to query
- Next by Date: Re: Date Query
- Previous by thread: Re: Enter MULTIPLE Items in a Query (e.g. [Name:] ??
- Next by thread: Re: Enter MULTIPLE Items in a Query (e.g. [Name:] ??
- Index(es):
Relevant Pages
|