Home |
Search |
Today's Posts |
#7
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
for non-numeric string you want anything that doesn't start with a digit
which is this ^[0-9]* where the charat is to excelue anything that starts with 0 to 9 folowed by anything "Staten42" wrote: I apologize for not being more clear. I would prefer not to modify the SQL manually, as I am not very well versed in SQL, and was hoping I might be able to do it via the Wizard..... "Joel" wrote: Why wouldn't uyou modifiy the SQL? I'm not sure if you understand my response. The SQL is part of the Command text of the query and is the method you use to filter data. You can open the data as a recordset and read the data one record a time. But again Why??????? If I knew why you don't want to use an SQL then maybe I can give a better answer. "Staten42" wrote: Is there a way of doing outside of altering the SQL statement? "Joel" wrote: Try putting a like clause into the SQL like this WHERE (Submissions.Task_ID Like '[0-9]+') the square brack will says to take any characters 0 through 9 and the plus say to do it infinite number of times Submission is a table in one of my database and Task_ID is a column in the table. "Staten42" wrote: I am pulling data from an ODBC connection, and need to filter results based on a specific field. This particular field includes both alpha and numeric values and I only want it to pull in one or the other. Any thoughts? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Exclude #N/A values and Return Numeric values to consecutive cells in Single Row | Excel Worksheet Functions | |||
Formatting Numeric Fields from Within MS Query | Excel Discussion (Misc queries) | |||
Return Numeric Labels that have different Numeric Values | Excel Worksheet Functions | |||
Importing Data via Web Query - Can values be passed to query? | Excel Discussion (Misc queries) | |||
advance filter excluding record | Excel Discussion (Misc queries) |