My Oracle database engine has several tables, owned by different users. I need to link a table in an Access database to those tables, but, depending on the user.
This is easier to explain with a sample:
Tables in Oracle:
-----------------
user1.Table1
user2.Table1
user3.Table1
Table in Access (linked to the Oracle tables):
----------------------------------------------
Table1
Now depending on the user who loged to Access (user1, user2 or user3), I need to show the data in the correct table.
Any ideias???
NetAngel
This is easier to explain with a sample:
Tables in Oracle:
-----------------
user1.Table1
user2.Table1
user3.Table1
Table in Access (linked to the Oracle tables):
----------------------------------------------
Table1
Now depending on the user who loged to Access (user1, user2 or user3), I need to show the data in the correct table.
Any ideias???
NetAngel