hi Larry,
> Approaches considered:
> 1. Write criteria recs to a set linked text file from Access.
You need to get the data to Access:
Persist your recs in a new Excel sheet and use it as linked table in Access.
> 2. Access table directly linked to an Excel tab area.
This is a question for an Excel NG.
> But I need the Access .mdb to potentially concurrently serve multiple uses
> from a common network location -- where Excel is running locally on their
> PC. So I need a way to dynamically pass this criteria file such that Access
> can run this same set query simultaneously, for different criteria sets.
Have you split your Access application into a frontend and backend? Each
user get its own frontend, so you could write your recs directly into
your frontend .mdb.
mfG
--> stefan <--
Larry Adams - 03 Mar 2007 16:08 GMT
Interesting idea, Stefan!! Should be very straight forward. And, no, I had
not considered. Thanks!
> hi Larry,
>
[quoted text clipped - 4 lines]
> mfG
> --> stefan <--