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 Chriss Miller 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: *

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

    cgi path to method

    Hi, I have a package called Mark::This and it I have a method called Find_subject. How do I call the method in my cgi script? Thanks Margamo
  2. margamo

    File pattern match

    I am steping through a file one line at a time. 2 samples of data I want to match are: 1. (x) Testosterone Enanthate(x) 200mg IM injection ( ) 250mg ( ) 300mg Patient's maintenance schedule: (x) Every two weeks ( ) Every three weeks ( ) Every month ( ) Every three days and 2. (x) Testosterone...
  3. margamo

    DAO function unknown error 3072

    I have the following code: ' Find the record that matches the control. Dim rs As DAO.Recordset Set rs = Me.Recordset.Clone rs.FindFirst "[LastFour] = '" & Me![Combo54] & "'" Me.Bookmark = rs.Bookmark MsgBox "Record not found" End If rs.Close half the time it...

Part and Inventory Search

Back
Top