Home  Fees/Services  Access Templates  Tutorials  Access Download  Articles  Search  Contact  Privacy  Links

Access Query Examples
MS Access SQL Support & Training
External Table Dynamic Linking
SQL Dynamic Table Linking

SQL Programmable Link to External Databases Tutorial Queries Microsoft Access 2007 Query Help
Professional Microsoft Access Programmers

Microsoft Access Tutorial>Access Query>External Database Links

Access Template Databases:


MS Query Tutorials:

Aggregate Functions
Choose Function
More Choose Functions
Crosstab Query Tutorial
Crosstab Query Advanced
DateTime Query
Delete Query Tutorial
External Link Query
Access Report Filter Query
Group By Clause
Access Having Clause
Histogram Query Tutorial
Insert Into Query
Master/Detail Updates
Order By Dynamic
Access Parameter Query
Predicate Query Example
Self Join Query Tutorial
Scalar Query Example
Child/Parent Table Query
Select Statement Tutorial
Select Top 1 Query
Union Query Example
Access Update Query

Multi-Select Parameter Forms Query Tutorial


External Table Links in Microsoft Access

Using a external table links is a neat trick which allows you to forego the need for permanently linking tables between a front end and back end Access database setup.

Access dynamic table linking works by using IN followed by a path and database name will retrieve the data dynamically.  If you put this query in VBA (password protected) then the user will not know where the data is coming from.   You won't have to worry about locking up the database objects which makes database updates/maintenance a bit cumbersome.

Access external table linking code:

SELECT Customer_ID, Sales_Rep_ID
FROM m_customer_orders IN 'p:\database\shoe_orders_data.mdb';

Another great way to use the external table links technique is when you have an 'active database' and an 'archive database'  the user can dynamically switch between the two with an option on a form and a little VBA to create the alternate path to the data using dynamic table links.

We have attempted to make the external link a variables - as a global variable or a form field variable.  However, we could not get a variable external link to work.  Let us know if you have found a way to make the path to the external database variable.

Future examples will show how to create a temporary Access database and then create temporary tables in the database for processing and report generation - this technique eliminates front end database bloat.


 

Inventory Database Templates
Inventory Systems. Review our custom Inventory Software. Barcode Asset Tracking & Control Microsoft Access database.

Interior Design Project Template Software
Manage Interior Design projects with this simple and powerful Access database system.

Access Contact Management Access Templates
Contact Management, Custom Contact Management Software, Organize Contacts & Communications.

Construction Project Management Database
Construction Project Management designed to help you keep on budget and on time.

Lease Contract Management Software
Create lease contracts & Rental agreement for equipment. Analysis lease performance & cash flow.

CRM Software Template Database
Customer Management Tools. Custom CRM Software Solutions.
Manage Customer & Client Relations Microsoft Access software.

Order Processing SoftwareTemplate
Order Processing System Order Management Software. Custom Database Design Solutions

PM/Preventive Maintenance Software
Custom PM Management Databases. Maintenance Management Systems.


Contact Information

Microsoft Access Developer

Microsoft Access Query 2007 2003 2000  All Windows Versions