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 Westi 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: *

  1. elisabeth26

    Working with Combo Boxes - MS ACCESS 97

    Salisha, The 50 in your query is evaluated as an integer while you probably have Section_Code as a string, therefore the message Type Mismatch. Try with this code that I tesated successfully on my form. Dim dbs As DAO.Database Dim rst As DAO.Recordset Dim stSQL As String Dim stSQL2 As...
  2. elisabeth26

    Calendar Control Problem - MS ACCESS 2000

    Salisha, Try using Calendar Control 8.0 instead of 10.0. Good luck

Part and Inventory Search

Back
Top