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!