While this seems to be more of a job for a multi-user database, the
protected form approach would be a better solution than what you have now.
If you create a template with form fields that represent the cells in the
last row of the table, and presumably an extra one for the date, users could
create a new document for each 'entry' and save them to a common location.
It shouldn't be too difficult to come up with a file naming solution to
ensure that you didn't have any duplicate document names. Then you could
later import the data content of the documents into the 'master' table or
into a database. The page on my web site will help with that. See also Greg
Maxey's approach, should you want to import into a database
http://www.gmayor.com/ExtractDataFromForms.htm
--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Robert Crandal said:
Hi Graham....I will go ahead and read that web site now. Thank you
soo much for the information.
As far as my 'document', it is not really complicated (in my opinion).
I also do not believe that it is a "protected form". Everybody can
read or write to the file when necessary. BTW, we create a new Word
file each day and name it according to the current date. So, each day
we start off with an empty Word file and everybody adds data to the
file whenever necessary.
The contents of each daily file simply consist of a table with rows
and columns. Whenever someone has data to add to the daily file,
they will go to the bottom-most available row and fill in the entire row.
I was thinking, how about if everyone stores their data in an Excel
spreadsheet (which naturally consists of rows and columns). Then I
could add a macro to everyone's spreadsheet that automatically transfers
their tabular data to the commonly shared Word file. In your opinion,
does that sound like a daunting or overly complicated task??? (if
not impossible?)
Robert Crandal