RE: Simple Select Query
- From: Dale Fye <dale.fye@xxxxxxxxxx>
- Date: Fri, 28 Dec 2007 06:02:01 -0800
Just a guess. Is there a chance that the data you are appending from a web
site may contain some leading spaces? Try updating your [Location] field.
UPDATE [yourTable]
SET [Location] = TRIM([Location])
HTH
Dale
--
Don''t forget to rate the post if it was helpful!
email address is invalid
Please reply to newsgroup only.
"Ra" wrote:
I have a this table where users enter data using a entry form, and I have.
data appended from a Web site. I have a field called Location. When I query
by location I only get the records entered thru the form, if I use the full
location name. If I use the Like function however, I get all the records.
Any ideas why, since I'd like to use a combo to select location.
- Follow-Ups:
- RE: Simple Select Query
- From: Ra
- RE: Simple Select Query
- Prev by Date: Re: Excel Automation and Vista
- Next by Date: Re: Combo-Box list unsorting
- Previous by thread: Re: Simple Select Query
- Next by thread: RE: Simple Select Query
- Index(es):
Relevant Pages
|