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 TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: pjpark
  • Content: Threads
  • Order by date
  1. pjpark

    ADO Stumper

    The following code works in one project but not another: proc.CommandText = "QryPatientData" proc.CommandType = adCmdStoredProc Set proc.ActiveConnection = Me.Connection proc.Parameters.Refresh proc.Parameters("@PID").Value = m_lngID Set...

Part and Inventory Search

Back
Top