S
Steven Sutton
I am creating a 24 hour schedule where the size of a text box on the report
(txtJobName) is altered programmaticaly to match the length of the job in
time. (Hope that makes sense!) Anyway, what I would like to do is put several
lines of type into the textbox but can't figure out how to do it. For
example, line 1 should be teh job's name which comes from a Query. I would
like line 2 to be another field from the same query (JobConfig). I don't want
to concatenate them into one line, I want them to be distinct lines.
Something like this:
Job Name
Job Config
Color Specs
Quantity
I can create a field in the Query that combines the other fields but I do
not kknow how to force each line to be a separate line. I tried adding a vbCr
into the concatenation but that was not the right thing to do. Anyone have
any suggestions??
Thanks
(txtJobName) is altered programmaticaly to match the length of the job in
time. (Hope that makes sense!) Anyway, what I would like to do is put several
lines of type into the textbox but can't figure out how to do it. For
example, line 1 should be teh job's name which comes from a Query. I would
like line 2 to be another field from the same query (JobConfig). I don't want
to concatenate them into one line, I want them to be distinct lines.
Something like this:
Job Name
Job Config
Color Specs
Quantity
I can create a field in the Query that combines the other fields but I do
not kknow how to force each line to be a separate line. I tried adding a vbCr
into the concatenation but that was not the right thing to do. Anyone have
any suggestions??
Thanks