Takeing micorsoft office doc and placeing it in to data base

  • Thread starter Thread starter John D.
  • Start date Start date
J

John D.

I need to take info that I put on microsoft word that
looks like this

date time origin destanation number time
adsf asdf asdf asdf asdf asdf


and put it in to a data base, is there a simple way to cut
and copy and have them end up in different collums, or am
I going to have to cut each individual asdf asdf asdf
and paste in seprate collums?
 
If the data is in a Word table, or you can export it to a tab or comma
deliminated text file, you can import it into Access. If not you'll need to
cut and paste or write code to read a single value at a time and import it
into Access.
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads:
http://www.datastrat.com
http://www.mvps.org/access
 
Or you can save it as a text file from Word, import it into Excel using
space as the delimiter and save it as tab separated text file and then
import it into Access.

DM
 
Back
Top