+ Reply to Thread
Results 1 to 4 of 4

Thread: Multiple Prompts

  1. #1
    jberv534
    Guest

    Multiple Prompts

    Is there a way to prompt the user for mulitple criteria for a query in Excel.
    For instance, we want to prompt the user to enter a series of zipcodes and
    use the list for the query.

    Thank you.

  2. #2
    Tom Ogilvy
    Guest

    RE: Multiple Prompts


    Untested, but I would think You would concatenate a string of zipcodes into
    an
    sql string like below (partial)

    v = "22032,63124,22334,55444"

    .. . .

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

    obviously you could prompt with in input box.

    --
    Regards,
    Tom Ogilvy



    "jberv534" wrote:

    > Is there a way to prompt the user for mulitple criteria for a query in Excel.
    > For instance, we want to prompt the user to enter a series of zipcodes and
    > use the list for the query.
    >
    > Thank you.


  3. #3
    jberv534
    Guest

    RE: Multiple Prompts

    The input prompt did not recognize the entry. Thanks for the help, anway.

    "jberv534" wrote:

    > Is there a way to prompt the user for mulitple criteria for a query in Excel.
    > For instance, we want to prompt the user to enter a series of zipcodes and
    > use the list for the query.
    >
    > Thank you.


  4. #4
    Tom Ogilvy
    Guest

    RE: Multiple Prompts

    > The input prompt did not recognize the entry.

    What does that mean?

    --
    Regards,
    Tom Ogilvy


    "jberv534" wrote:

    > The input prompt did not recognize the entry. Thanks for the help, anway.
    >
    > "jberv534" wrote:
    >
    > > Is there a way to prompt the user for mulitple criteria for a query in Excel.
    > > For instance, we want to prompt the user to enter a series of zipcodes and
    > > use the list for the query.
    > >
    > > Thank you.


+ 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