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!

Recent content by timhulio

  1. timhulio

    #Error calling module in a report

    Hi, I've got a function in a module, as follows: Function xg_GetWordsTim(sMain As String, s1 As String, s2 As String) As String On Error Resume Next Dim iStart As Integer, iEnd As Integer iStart = InStr(1, sMain, s2) - 20 iEnd = InStr(iStart, sMain, s2) xg_GetWordsTim =...

Part and Inventory Search

Back
Top