S
Simon
Hi
A few days ago I got a request to programm a database application based on
Access. The main requirements for the architecture are:
(1) The frontend must be easily updated (new version), without affecting the
backend-data
(2) Multi-user (about 2 or 3 concurrent users)
I'm thinking about splitting the app in a data-mdb and a front-end mdb where
the tables are linked. However, I've found that queries will then retrieve
the full table into the front-end and run the query there. To improve
performance, I'd like to run queries directly on the data-mdb and read just
the result rows into the front-end.
Does someone have suggestions how to access "linked queries/views"??
thanks
Simon
Posted to:
microsoft.public.access.multiuser; microsoft.public.access.setupconfig;
microsoft.public.access.queries;
A few days ago I got a request to programm a database application based on
Access. The main requirements for the architecture are:
(1) The frontend must be easily updated (new version), without affecting the
backend-data
(2) Multi-user (about 2 or 3 concurrent users)
I'm thinking about splitting the app in a data-mdb and a front-end mdb where
the tables are linked. However, I've found that queries will then retrieve
the full table into the front-end and run the query there. To improve
performance, I'd like to run queries directly on the data-mdb and read just
the result rows into the front-end.
Does someone have suggestions how to access "linked queries/views"??
thanks
Simon
Posted to:
microsoft.public.access.multiuser; microsoft.public.access.setupconfig;
microsoft.public.access.queries;