how do I import part of a word doc in access?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have 2 things: a word document where people fill out in some specific
places with some computer repair requests and then I have a form in Access
2000 that I need to capture or to grab that information so I don't have to
enter it one by one.

Can I do that??

also the word document has "gray spaces" where the people is able to write
or to choose from a list of things.
ex: urgency: .................. (that is a gray space) and when they click
there, it shows a list: High, low, Average. they select one and that is what
I need to capture in my database.

I have like 10 different items....

can anybody help me??? I appreciate all your help. thx
 
I'm new in programming with access so if anyone can help me that would be
great!!!

thanks
 
Hi Lula,

I don't think you can transfer the information from word but you can do it
from excel.

1. You can copy and paste your information from word to excel to create the
spreadsheet.

2. Once you have your spreadsheet, go to File > Get External Data > and
click import. Look for your spreadsheet and follow the instructions.

For a drop down menu, you can create a new table name Urgency and use the
lookup wizard to connect it with your main table where you will have your
information.
 
thank you jose ...
I was looking through the access help as well, and I now notice that I can
import the word doc to my database but it needs to be delimitated by commas
or tabs.... What I don't want to do is to actually modify that document. I
want my database to convert it and transfer the information so I don't have
to do it myself for each record. the same thing with the excel doc... I
don't want to copy-paste every piece of info from each word doc to excel to
then be able to import it....

do you know if I can do a macro o something that can help me with that???
or is there anything else I can do???

thank you!
ohhhh and I forgot to mention before that I already have the tables that
contains those drop down menues codified. I have an Urgency table with the id
and the description, a Category with the id and the description, etx...

if you figure something else that could help me it would be great!!! thanx
again.
 
thank you bob... that worked great! I can import my data that way...

just in case (so I don't have to do it for each doc).... is there any way
that I can create a macro or a rutine that when I click on a button does
that? I mean, if I have the word document on a specific path, may be there's
a way that I can just click on a button and imports the data for me, instead
of me doing all that process....

the only thing that I may have to do is just click on the "save data only"
and save the doc as a text only or plain text.

It would be really helpfull if you can answer me back. I have so many
computer repair requests that if I can do that, it's going to take much less
time and I'm not going to spend all my day long importing these things...

ok, thank you soooo much for your help!!!
 
lula said:
thank you bob... that worked great! I can import my data that way...

just in case (so I don't have to do it for each doc).... is there any way
that I can create a macro or a rutine that when I click on a button does
that? I mean, if I have the word document on a specific path, may be there's
a way that I can just click on a button and imports the data for me, instead
of me doing all that process....

the only thing that I may have to do is just click on the "save data only"
and save the doc as a text only or plain text.

It would be really helpfull if you can answer me back. I have so many
computer repair requests that if I can do that, it's going to take much less
time and I'm not going to spend all my day long importing these things...

ok, thank you soooo much for your help!!!
 

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

Back
Top