Any pointers would be appreciated.
I have solved the common Outbox problem by creating a file on the server
into which all messages from the various outboxes are moved. I then have
a link allowing that file to be opened for viewing on each machine.
Since there are only 2 of us operating on the LAN at a time there have
been no crashes to date but I expect that could happen. I also copy the
files to a second file on another machine just in case of a crash. Since
the outbox cannot be shared either, it seems, this has been a
work-around.
James