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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.