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 / June 2007

Tip: Looking for answers? Try searching our database.

Splitting Database Problem

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
MF Scheetz - 27 Jun 2007 21:40 GMT
All,

I've got a database currently residing on my server.  Many users access the
database to:
1. View data
2. Update Data
3. Create Reports
4. Create Merged documents.

I would like to split the database, but I run into a problem with the Merged
Documents.

Currently only one person at a time can merge documents, since after the
document is selected, a temp table is populated with the required data.  The
merge document then opens and refers to the temp table.

I would like to split the database, but is there a way to have the merged
documents (un-merged copies are on the server with the database) look on a
user's desktop for the table to merge with?

-Matt
Brian - 27 Jun 2007 23:40 GMT
When you split your DB, move all the tables except the temp table to the back
end, but leave the temp table in the front end. That way, each user has a
unique copy of the temp table.

> All,
>
[quoted text clipped - 17 lines]
>
> -Matt
MF Scheetz - 27 Jun 2007 23:58 GMT
But how do the merge letters know to look at each an individual's computer.  
I've got a UNC in the back end of the merge document.

AH, it just hit me:

I'll do as you suggested leaving the temp table on the front end.
Then in the VBA for the merge documents, use Dev Ashish's fOSUserName().
Set the lookup UNC for the merging to "C:\Documents and Settings\"&
fOSUserName &"\Desktop\DATABASENAME.mdb"

Thanks!

> When you split your DB, move all the tables except the temp table to the back
> end, but leave the temp table in the front end. That way, each user has a
[quoted text clipped - 21 lines]
> >
> > -Matt
MF Scheetz - 28 Jun 2007 00:04 GMT
Yeah, the below solution works.

> But how do the merge letters know to look at each an individual's computer.  
> I've got a UNC in the back end of the merge document.
[quoted text clipped - 7 lines]
>
> Thanks!
 
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.