Hello all,
My problem is about changing which Back End my Front End is linked to depending on which user logs in. I'm using Access 2000 and Windows 98, however different users will be using different versions of Windows.
I understand that I can use the IN function in VBA such as
and have a Variable for the specific name of the database, but I would rather not, if it can be avoided.
Any help is appreciated.
My problem is about changing which Back End my Front End is linked to depending on which user logs in. I'm using Access 2000 and Windows 98, however different users will be using different versions of Windows.
I understand that I can use the IN function in VBA such as
Code:
SELECT Customer_ID, Sales_Rep_ID FROM m_customer_orders IN 'p:\database\shoe_orders_data.mdb';
Any help is appreciated.
Comment