[snip]
> So, is it possible to load records to a table whilst the database is
> open and users are either keying records (manually) or viewing
[quoted text clipped - 3 lines]
>
> Lee
It should not be a problem. New insertions rarely cause any sort of
concurrency problems. It is editing existing records in a multi-user
environment where conflicts could arise.
If you use some sort of custom routine to incrementally number your new
records then you might need a "window" of time where no one else is entering
new records, but otherwise I wouldn't expect any problems.

Signature
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com
Baby Face Lee - 26 May 2005 19:13 GMT
Thanks for the info Rick. Much appreciated.
> [snip]
> > So, is it possible to load records to a table whilst the database is
[quoted text clipped - 12 lines]
> records then you might need a "window" of time where no one else is entering
> new records, but otherwise I wouldn't expect any problems.