Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: nlbertram
  • Content: Threads
  • Order by date
  1. nlbertram

    Number with multiple points

    Hello--- Here is an example of what I am trying to do. I would like to find every unique "Number" that has a specific set of "Points." For instance, the unique Number values that have Points =5 And Points = 7 in this example would be: - 100019 - 334567 Row ID Number Points 1...
  2. nlbertram

    Searching for multiple strings

    I have a query returning several records where Points=5. Table: old_table Query: old_query ID Number Points 1 876 5 2 345 5 3 989 5 4 112 5 5 394 5 6 834 5 I would like to search for the...
  3. nlbertram

    Unique combinations

    Hello--- Here is an example of what I am trying to do. I would like to find every unique combination of "Role" as it applies to "Number". For instance, the 3 unique combinations of "Role" in this example would be: -- ABC, DEF, GHI (this combination applies to 100019 & 558990) --...
  4. nlbertram

    Only records 250001-500000

    Hello-- Please see my current code below. It currently runs the DoWhile loop for ID=1 until ID=250000. I would like to run the DoWhile loop starting at ID=250001 and ending at ID=500000. This needs to be done without altering the SQL. Any ideas? Public Sub fixData() Dim rs As...
  5. nlbertram

    Selecting records with missing values

    Hello--- Here is an example of what I am trying to do. I am trying to select records based on the Number field. I would like to return Row IDs 4-7 when I search for Number = 800004. Row ID Number Name Points 1 100019 CCF RTE 155 2...
  6. nlbertram

    Filling in missing values

    Hello -- I would like to create a new table by copying an existing table and also fill in some missing values in the new table. Here is an example: Original_table Row ID Number Name Points 1 100019 CCF RTE 155 2 242...

Part and Inventory Search

Back
Top