>>The reason I am want to use a word doc is that the text is formatted into
lists with bullets on the left of each item.
You can have bullets in Access by adding the character to your list like
this --
Chr(149) & " " & [YourListField]

Signature
KARL DEWEY
Build a little - Test a little
> I have a database that has products in one table and their options in
> another. They both have associated pictures and advertising text so I have a
[quoted text clipped - 8 lines]
> Is this even doable in Access? I've been pulling my hair out for a week
> trying to get it to work.
Ojoy - 24 Apr 2008 20:05 GMT
That's good to know but I would still like to be able to use the Word doc.
When the manufacturer emails their new sales info it's in a word doc and it
would be a lot easier if I can just replace the old one with the new one and
not have to enter everything into a database.
> >>The reason I am want to use a word doc is that the text is formatted into
> lists with bullets on the left of each item.
[quoted text clipped - 14 lines]
> > Is this even doable in Access? I've been pulling my hair out for a week
> > trying to get it to work.
KARL DEWEY - 24 Apr 2008 21:18 GMT
See if this is of any help --
I use Access database with Word mail merge. Data is loaded
in Access and pulled out using a query to select what you want and the Word
document.
Word Mail-Merge--- Open a blank Word document, click on menu TOOLS -
Letters and Mailings - Mail Merge. It opens an additional window on the
right and has step-by-step instructions and choices. You can also backup in
the process. Works fine for me.

Signature
KARL DEWEY
Build a little - Test a little
> That's good to know but I would still like to be able to use the Word doc.
> When the manufacturer emails their new sales info it's in a word doc and it
[quoted text clipped - 19 lines]
> > > Is this even doable in Access? I've been pulling my hair out for a week
> > > trying to get it to work.