Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
SUMIFS, one criteria range, multiple criteria | Excel Worksheet Functions | |||
match multiple criteria ina range from multiple criteria multiplet | Excel Worksheet Functions | |||
Index & Match functions - multiple criteria and multiple results | Excel Worksheet Functions | |||
Counting Cells with multiple criteria.One criteria supporting wild | Excel Worksheet Functions | |||
Counting Cells with multiple criteria.One criteria supporting wild | Excel Worksheet Functions |