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 Mike Lewis 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. DatabaseDave

    Get the number of result record back when filter

    Just create an unbound text field. Make the control source =count([UniqueID])
  2. DatabaseDave

    Help open report criteria

    if 1stname is a text field try DoCmd.OpenReport stDocName, acPreview, , "[empname]=" & "'"& Me.lstName & "'" Hope this works.
  3. DatabaseDave

    Error importing CSV file to Access table using MS Text Driver

    If the code is working on one machine and not the other, then you may have your ODBC drivers setup differently in you control panel on the computers. Check all the information for the ODBC drivers on the computer that works and verify the same setup on the one that is not working.

Part and Inventory Search

Back
Top