G
Guest
Hello ....
I am attempting to pull a value from a table in another access database. I
really do not want to link or import the table because it is the security
levels for this database. I am attempting to match the userid from a
function fgetusername to the table Tbl_Security.Userid.
I have tried:
DoCmd.RunSQL "SELECT TBL_Security.See_S1 FROM TBL_Security WHERE
(((TBL_Security.UserID) = '" & fGetUserName & "' IN
N:\HRData\Personnel_SFO_Security" & ";"
But I do not get anywhere .... any ideas?
Thanks
I am attempting to pull a value from a table in another access database. I
really do not want to link or import the table because it is the security
levels for this database. I am attempting to match the userid from a
function fgetusername to the table Tbl_Security.Userid.
I have tried:
DoCmd.RunSQL "SELECT TBL_Security.See_S1 FROM TBL_Security WHERE
(((TBL_Security.UserID) = '" & fGetUserName & "' IN
N:\HRData\Personnel_SFO_Security" & ";"
But I do not get anywhere .... any ideas?
Thanks