Re: Is this possible
From: Veign (NOSPAMinveign_at_veign.com)
Date: 12/01/04
- Next message: Rick Rothstein: "Re: Inline assembly [MULTIPOST]"
- Previous message: Ken Halter: "Re: Inline assembly [MULTIPOST]"
- In reply to: Jeff Thur: "Is this possible"
- Next in thread: Dave: "Re: Is this possible"
- Reply: Dave: "Re: Is this possible"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 1 Dec 2004 14:14:24 -0500
Adding to the other post.
When you are unsure of a more complex SQL statement try opening Access and
use the Query creator to get you started. Not always the best SQL but lets
you know if it can be accomplished (in Access at least).
Also, you should look into Normalizing a database (search Google) as a truly
normalized database would allow most required data to be retrieved with SQL
statements.
-- Chris Hanscom - Microsoft MVP (VB) Veign's Resource Center http://www.veign.com/vrc_main.asp -- "Jeff Thur" <anonymous@discussions.microsoft.com> wrote in message news:042301c4d7d3$b91970a0$a301280a@phx.gbl... > I'm not sure how to do this, or if this is even possible. > > I need to create a Tabulations application that can do > the following: > > Need to get the number of records that meet the criteria > that a user enters from an input screen. Multiple States > from a field, Multiple Zip Codes From another field, > Multiple Codes from another field, Multiple Dates from > another field, then only those that will have or not have > email addresses, fax numbers and phone numbers. > I don't think that this can be done with SQL Statements. > Is there anyway? If so how can this be achieved?
- Next message: Rick Rothstein: "Re: Inline assembly [MULTIPOST]"
- Previous message: Ken Halter: "Re: Inline assembly [MULTIPOST]"
- In reply to: Jeff Thur: "Is this possible"
- Next in thread: Dave: "Re: Is this possible"
- Reply: Dave: "Re: Is this possible"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|