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

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

    Read an OLE field from MS Access (mdb)

    I have a very large MS Access database and I am trying to extract an OLE field as part of my report (currently txt file but will eventually RTF or PDF format) use DBI; use User; use PDF::Create; use Win32::OLE; #Open output txt file open ( FILE_NAME_STD, ">C:\\database\\out.txt") ||...
  2. redjoy

    Split multiple line cell into seperate cells

    Problem: I would like to create separate rows for 1 B through G and 3 B through E without affecting the formula. What I currently have is under the before section. What I want to accomplish is under the after section. before after hdr1 hdr2 hdr3 hdr1 hdr2 hdr3 ----...

Part and Inventory Search

Back
Top