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") ||...
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
----...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.