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 Rhinorhino 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. busterkarmul

    SQL Server Data Conversion Error

    Hello, Here is the code in an Access 2003 module which is converting a value on a SQL Server 2005 table (tbl_ProjectSteps): x = DCount("[Key]", "tbl_ProjectSteps", "[numProjID]=" & recCurrentTask.numProjID & " AND " & _ "CLng(Left([Key],InStr(1,[Key],'.')))=" & CLng(str_TaskID)) Here is the...

Part and Inventory Search

Back
Top