A
appbeg
I am trying to replicate a report to look just like a current document my
office currently uses. Through a series of update queries I create the data
and write it line by line to my report file (each record corresponds to a
line on the report). Is there a way that I can "hardcode" format information
into the data when I build the table so that when it prints it prints in the
proper format. Since each record represents a different line and could
require different formatting. Ex. 1 record contains column headings for a
section of the report "Campus Direct Consult Total
Students", this would be Bold and a larger font. The series of lines that
follow would require the first part of the line to be bold, but the remainder
a normal font. Bottom line, instead of formatting the Detail section in the
report can I somehow format the data in the table.
office currently uses. Through a series of update queries I create the data
and write it line by line to my report file (each record corresponds to a
line on the report). Is there a way that I can "hardcode" format information
into the data when I build the table so that when it prints it prints in the
proper format. Since each record represents a different line and could
require different formatting. Ex. 1 record contains column headings for a
section of the report "Campus Direct Consult Total
Students", this would be Bold and a larger font. The series of lines that
follow would require the first part of the line to be bold, but the remainder
a normal font. Bottom line, instead of formatting the Detail section in the
report can I somehow format the data in the table.