Re: Problem with field name that uses #
- From: "Striper" <jkaufmann@xxxxxxxxxxxxx>
- Date: Tue, 23 Aug 2005 11:00:16 -0400
I have the solution for this when using one table:
Select [SS#] from MyTable
The problem is that I need to use aliases because I am using multiple tables
so:
Select [mt.SS#], ct.Lname
from MyTable mt, ChildTable ct
Does not work
"Striper" <jkaufmann@xxxxxxxxxxxxx> wrote in message
news:430b4170$1@xxxxxxxxxxxxxxxxxxxxxxxxx
> I am trying to read from an access file that has a field named SS#.
>
> In my SQL select clause if I do not put double quotes around it, it will
not
> open. If I do the query opens but trying to access the field generates an
> error. Any suggestions for addressing this?
>
>
.
- Follow-Ups:
- Re: Problem with field name that uses #
- From: Viatcheslav V. Vassiliev
- Re: Problem with field name that uses #
- From: Patrick
- Re: Problem with field name that uses #
- References:
- Problem with field name that uses #
- From: Striper
- Problem with field name that uses #
- Prev by Date: Re: Populate dataset with text file
- Next by Date: Ado Dataset DateTime field rounding the secconds and milliseconds to the minute
- Previous by thread: Problem with field name that uses #
- Next by thread: Re: Problem with field name that uses #
- Index(es):