jonathanchye
Registered User.
- Local time
- Today, 03:37
- Joined
- Mar 8, 2011
- Messages
- 448
Hi all,
I have a question about linked databases which I hope someone could help me answer.
What I have now is a master User database containing fields like User Name, Password, Access Level, System Name (type of program they have access to), Logged On/Off flag, LoggedOn Date and Time and also LoggedOff Date and Time.
This sits in the central server and I am trying to make it so only I have access to this. I am in the process of creating a DB (let's call this DB1) using MS Access 2010 that has a login form which would grab info from the central User DB.
I got it running by linking the tblUserList from the Master DB and creating a local query to this tbl to filter out only the relevant Users in the correct System Name (DB1 in this case). This works fine at the moment but I noticed DB1 would have the UserList table open and thus I can't implement any design change on Master User DB if this is the case. I also feel that local users having access to DB1 would be able to temper with the user name/passwords etc which ultimately defeats my point of having a Master User DB...
So, question is : Is it possible just to run a query to an external DB without having to link the table from the external DB? I can't seem to do this. I can create the query but no information is shown as it needs to read from the UserList table from Master DB...
Any help much appreciated. Thanks!
(Summarised version : I am trying to create a central DB which contains admin data which I want remote DBs to read from but not write/change. I would also like to filter the information that they would ne able to read from the central DB)
I have a question about linked databases which I hope someone could help me answer.
What I have now is a master User database containing fields like User Name, Password, Access Level, System Name (type of program they have access to), Logged On/Off flag, LoggedOn Date and Time and also LoggedOff Date and Time.
This sits in the central server and I am trying to make it so only I have access to this. I am in the process of creating a DB (let's call this DB1) using MS Access 2010 that has a login form which would grab info from the central User DB.
I got it running by linking the tblUserList from the Master DB and creating a local query to this tbl to filter out only the relevant Users in the correct System Name (DB1 in this case). This works fine at the moment but I noticed DB1 would have the UserList table open and thus I can't implement any design change on Master User DB if this is the case. I also feel that local users having access to DB1 would be able to temper with the user name/passwords etc which ultimately defeats my point of having a Master User DB...
So, question is : Is it possible just to run a query to an external DB without having to link the table from the external DB? I can't seem to do this. I can create the query but no information is shown as it needs to read from the UserList table from Master DB...
Any help much appreciated. Thanks!
(Summarised version : I am trying to create a central DB which contains admin data which I want remote DBs to read from but not write/change. I would also like to filter the information that they would ne able to read from the central DB)