J
Jeff via AccessMonster.com
I have a button that sends the selected items of the listbox to a word
document. But I don't know how to format the data in the word document.
Right now, it's just a dump of the data from the listbox.
How can I format the below to have bold cust id, cust name and and then
place a bold line to separate and place notes after the line....
Customer ID: ABC
Customer Name: ABC
__________________________
Notes:
xxxxxxxxxxxxxx
So, Cutomer ID: is bold; and the data "ABC" is not bold but is lined up
evenly with the next line
Customer Name: is bold; and the data "ABC is not bold but is lined up
evenly with the line above it
The line is next and is bold; And the line length is 60
There is a space or carriage return after the line
Notes: is bold; and then a carriage return
and then the notes data is not bold
Does anyone know how I can write the code for this:
Thanks,
Jeff
document. But I don't know how to format the data in the word document.
Right now, it's just a dump of the data from the listbox.
How can I format the below to have bold cust id, cust name and and then
place a bold line to separate and place notes after the line....
Customer ID: ABC
Customer Name: ABC
__________________________
Notes:
xxxxxxxxxxxxxx
So, Cutomer ID: is bold; and the data "ABC" is not bold but is lined up
evenly with the next line
Customer Name: is bold; and the data "ABC is not bold but is lined up
evenly with the line above it
The line is next and is bold; And the line length is 60
There is a space or carriage return after the line
Notes: is bold; and then a carriage return
and then the notes data is not bold
Does anyone know how I can write the code for this:
Thanks,
Jeff