I like to see code so here is how an example would look:
Read in first 4 bytes as hex.
Sortout - convert hex to 8 characters.
The out file will be 8 bytes in this case.
-------------------------------
SORT FIELDS=(1,4,BI,A)
OUTFIL FILES(OUT),
OUTREC=(1:1,4,HEX)...
I want to determine how far down the page the current group section is located.
For example, everytime a group Footer is created on the report, is there a report object that tells me what the Y coordinate is on the current page?
I want to use this information to force a Page Break before the...
Maybe I am not understanding your question correctly. However, with the title "dynamic word header/footer" I assume you want to set the header and footer fields with code.
The following would accomplish that goal:
'-------------------------------------------
With...
kj:
I have a setup that allows me to print to PDF but it is has a pop-up box so it is not 100% automated.
The report is setup to have Printer Name as "Adobe PDFWriter".
The VBA is:
'open form in preview
DoCmd.OpenReport DocName, A_PREVIEW
'save report...
While browsing this forum, I found a great link to Import from Word into Access using a macro.
http://www.helenfeddema.com/CodeSamples.htm
The file is "code8.zip" on this page.
Using this macro, I can read text from a table in Word and append it to a field in Access. The problem is...
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.