Report Word in V.B

  • Thread starter Carolina ...carolinagb
  • Start date
C

Carolina ...carolinagb

Hi, I need make a report in word using Visual Basic and Access, I have put
data of access to my report in word, but this report have table, grafic and
text are in access. I never programer in V.B for make report in word, I don't
know Used, I have a model of the report that I need,if you like I send for
mail, excusime for my English, because I don´t very good write

Thank

Carolina
 
C

Cindy Meister

Hi Carolina

You know that these groups won't actually make the solution for you. They're
here to help you understand how to write your own solution :) As soon as we
volunteers start looking at files and such, we charge consulting rates,
because then we're doing your work for you. Just so that's clear :)

Generally, you'll probably need to recreate the tables in Word, by
automating Word. You'll find an article on the msdn site that shows how
tables can be generated from data (search my name), this may be a good place
to start.

The only way to transfer graphical objects from Access to Word is via the
Clipboard (copy/paste). It's tricky, and there's no guarantee this will
actually work for what you have in mind. For graphics (pictures), best would
probably be to save them to a file, then use the InlineShapes.AddPicture
method to import them into a document. Word VBA does not support "streaming"
the binary data into a Word document. It's either clipboard or insert from
file.

Hope this helps you get started :)

-- Cindy
 
C

Carolina ...carolinagb

Hi Cyndi

Thanks to answer Cyndi to me, in fact I do not think that they really do the
single work to me I need that they give an idea me of like doing for to be
able to pass data from the data base Access to my report in Word using V.B,
single I need that because already I have an idea of like organizing the
information using the markers. And Excuses if I gave a bad image you of my
 
C

Cindy Meister

OK, I think I follow your answer...

Did the information I gave you in my previous message help you at all?

-- Cindy
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top