Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / Database Design / May 2005

Tip: Looking for answers? Try searching our database.

Importing records into a table

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Baby Face Lee - 26 May 2005 14:23 GMT
Hi everyone,
Can you give some advice on the following.
I've got a database that is used by folk across an office network.  
Some folk key records to the database and others use the keyed information
to send faxes to clients.  I've been asked about importing some further
records that are within Excel Spreadsheets.  In the short term I shall 'dump'
everyone off the database and load the extra records into the relevant tables
but as this looks as though it's going to be a regular occurance I might need
to develop a facility for the user to select the xls file (that's on a
server) and load it to the database (via a command button).  I'm happy to do
this but I don't want to start developing anything fancy if this is a BAD
idea anyway!!
So, is it possible to load records to a table whilst the database is open
and users are either keying records (manually) or viewing records?  Will this
lead to all manner of 'write conflicts' or errors?  Should I avoid going down
this sort of automated route?
Regards,

Lee
Rick Brandt - 26 May 2005 14:35 GMT
[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.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.