PC Review


Reply
Thread Tools Rate Thread

Database Access Wizard Returns entire dataset

 
 
Bob Johnson
Guest
Posts: n/a
 
      11th Aug 2004
I have several Access tables which I am querying with the Database
Access Wizard. I set the fields up as fielda=fielda or fieldb=fieldb,
etc and run the thing -- it returns the entire table. If I change it
to and (which wouldn't be appropriate anyway) I get a subset of the
table but not all of the entries which meet the criteria. Anybody
have any idea what is going on? Thanks
 
Reply With Quote
 
 
 
 
Kathleen Anderson [MVP - FP]
Guest
Posts: n/a
 
      11th Aug 2004
Can you post your SQL?

--
~ Kathleen Anderson
Microsoft MVP - FrontPage
Spider Web Woman Designs
http://www.spiderwebwoman.com/resources/


Bob Johnson <(E-Mail Removed)> wrote:
> I have several Access tables which I am querying with the Database
> Access Wizard. I set the fields up as fielda=fielda or fieldb=fieldb,
> etc and run the thing -- it returns the entire table. If I change it
> to and (which wouldn't be appropriate anyway) I get a subset of the
> table but not all of the entries which meet the criteria. Anybody
> have any idea what is going on? Thanks

 
Reply With Quote
 
Kevin Spencer
Guest
Posts: n/a
 
      11th Aug 2004
In a SQL Statement, records are filtered via a WHERE clause. Example:

SELECT * FROM MyTable WHERE LastName = 'Smith'

The above SQL Statement will fetch only records containing a "LastName"
value of "Smith."

I have no idea what "If I change it to and" means.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"Bob Johnson" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> I have several Access tables which I am querying with the Database
> Access Wizard. I set the fields up as fielda=fielda or fieldb=fieldb,
> etc and run the thing -- it returns the entire table. If I change it
> to and (which wouldn't be appropriate anyway) I get a subset of the
> table but not all of the entries which meet the criteria. Anybody
> have any idea what is going on? Thanks



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Access Database runtCan't find wizard or wizard has not been insta lynnie Microsoft Access 1 18th May 2009 07:01 PM
Copy an entire database and paste to new database in Access 2003 Chrystela Microsoft Access External Data 5 4th Jan 2008 07:12 PM
How do I copy an entire MS Access database? =?Utf-8?B?Sl9vX2Vfcl9n?= Microsoft Access 2 13th Oct 2006 11:54 AM
how do you read an entire database to a dataset AboutJAV@gmail.com Microsoft C# .NET 2 3rd Oct 2006 04:31 PM
Updating database from Typed Dataset without loading entire database Jeremy Summers Microsoft ADO .NET 2 10th Sep 2003 06:48 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:32 AM.