sorry to be ignorant but is this typed in the expression builder or as a query???
"
Dim mssql as String
mssql = "SELECT * FROM tbl_stock "
mssql = mssql & "WHERE ((tbl_stock.M_Name) = """
mssql = mssql & me.Combo1 & """);"...
Hello, I have already searched the past threads that people have sent about using multiple combo boxes, but I cannot use the theory in the answers to these posts to sort out my situation.
For an A-Level project, I am building a database for stock management.In a customer order form, I have 2...
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.