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 TouchToneTommy 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: maggsz
  • Content: Threads
  • Order by date
  1. maggsz

    including a where clause in a vba sql 'insert into' statement

    how do I include a where clause in the sql 'insert into' statement: strSql = "Insert into parts (ID, part_number) values (" & ID & ", '" & strpart(i) & "')" the where clause I want to include is str_part <> "A" and str_part <> "B" and str_part is not null thanks in advance maggsz
  2. maggsz

    split delimited field into different rows

    simplified here is what I have: ID colors 1 white, black, red 2 red, orange 3 blue Here is what I want to achieve: ID colors 1 white 1 black 1 red 2 red 2 orange 3 blue I have an Access 2007 table with some IDs having more than one color. There is no limit to the...

Part and Inventory Search

Back
Top