Re: Multiple Locations
- From: John Vinson <jvinson@xxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 26 Sep 2006 14:32:09 -0600
On Tue, 26 Sep 2006 09:31:02 -0700, A Boy Named Joe
<ABoyNamedJoe@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
Thanks for your reply Duane,
I've tried a couple of times off and on (more off than on) to get the query
to run but I keep getting the following message "Syntax error (missing
operator) in query expression 'First (Bin Location Table.Bin)'. The table
which lists the part numbers and bins is called 'Bin Location Table'. Any
suggestions?
If you (unwisely, in my opinion) use blanks or other special
characters in table or field names, you MUST use square brackets to
delimit the name. Otherwise it's seeing Bin as one word, Location as
another, Table.Bin as a third.
Try changing all instances of Bin Location Table in your query to [Bin
Location Table].
John W. Vinson[MVP]
.
- References:
- Re: Multiple Locations
- From: Duane Hookom
- Re: Multiple Locations
- From: A Boy Named Joe
- Re: Multiple Locations
- Prev by Date: RE: help!... urgent and i'm new on this area
- Next by Date: Re: Auto Number
- Previous by thread: Re: Multiple Locations
- Next by thread: Re: Form view and fields based on query
- Index(es):
Relevant Pages
|