Mary said:
To save me having to re-type a lot of data in Word, and to have
information at my fingertips which I can sort in any way I want to, I
am hoping I can transfer all information (not in table format
unfortunately) to MS Access. I can cut and paste I suppose, but I'm
looking for a quicker way. Is there?
What does the information look like now?
There must be something that acts as a field and *especially* a record
delimiter.
If you have
name
address
city, state ZIP
Phone
Name
etc
with the same number of lines for each record and always a line between
them, then WORKING WITH A COPY OF THE DATA you search and replace the two
linefeeds after the phone number with something that appears no place else
on the document. I usually use "|".
Then you S&R all single line feeds with another unique delimiter. ","
(which includes the quote marks) is a good one.
Now you have
name","address","city, state ZIP","Phone|Name","etc
S&R the | and replace it with "^P" if using word and you have
name","address","city, state ZIP","Phone" <CR>
"Name","etc
You place a quote mark at the start of the first line and the end of the
last line.
Look at the results but don't pay a lot of attention to details.
If it looks OK import it to Access and you'll have most of the information.
You would use Access to separate city state and zip.