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

    Passing two recordsets to another sub

    Is this possible to pass two recordsets to another sub??? I assumed using the code ... ------------------------------------- dim rs1 as dao.recordset dim rs2 as dao.recordset code... code... bulkSelect (rs1, rs2) Pass to another sub Public Sub bulkSelect(rs1 As dao.recordset, rs2 As...
  2. mxtreme

    Navigation with Combo Box values

    I am aiming to use last names of employees to navigate through each employee, i.e. forward, back, first and last. However my form is set up with unbound controls so I can not use the normal navigation buttons. I was just wondering how I can take the value from my combo box of lastnames, loop...
  3. mxtreme

    Two table Insert - One 2 Many relationship

    Hey all, I am looking to write an insert statement that writes one tuple for each product in the parent table and multiple tuples in the child table for each specific product. For instance, Parent Table: Product Columns: prod_id, prod_desc, prod_origin Child Table: Product Prices Columns...

Part and Inventory Search

Back
Top