+ Reply to Thread
Results 1 to 2 of 2

Thread: Multiple Criteria

  1. #1
    jberv534
    Guest

    Multiple Criteria

    Is there a way to prompt the user for a number of entries to use as the
    criteria for an excel query: we want to prompt the user for a number of
    zipcodes (not in series) to use as the query selection.

  2. #2
    Tom Ogilvy
    Guest

    RE: Multiple Criteria

    Untested, but I would think You would cocatenate a sting of zipcodes into an
    sql string like below (partial)
    v = "22032,63124,22334,55444"

    .. . .

    " . . . where tablename.zip In (" & v & "), . . . "

    --
    Regards,
    Tom Ogilvy


    "jberv534" wrote:

    > Is there a way to prompt the user for a number of entries to use as the
    > criteria for an excel query: we want to prompt the user for a number of
    > zipcodes (not in series) to use as the query selection.


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.2.0