A
Andy_HR
i have declared in module some "strings" (i think thats correct word for it
please correct me... ) like this
Global Transfer, Data, user....
now when user logs in when he/her enters username and clicks OK button it
cheks for password if password is ok then i goes to this sub
Sub login_ok
USER = Me!username
docmd.openform "Menu_1"
End sub
now i would like query to use te USER as a criteria for filtering all the
records that this user made and print a report with it... now i have this
working but current loged in user is write in one table with a maketable
query and i use info from there... but now we will have to install this app
on terminal server and this wont work anymore...
i dont want to use access built in security cose if i add another user then
i have to go to all computers and ad the same user there (i did pute mdw
file on the network share but if the connection is not established with
network share then user automaticly logs in as admin and i dont want that)
the app must be flexible so any user can sit at any comp and use this
aplication
(all data is stored on sql server)
tnx in advance
-
andy
please correct me... ) like this
Global Transfer, Data, user....
now when user logs in when he/her enters username and clicks OK button it
cheks for password if password is ok then i goes to this sub
Sub login_ok
USER = Me!username
docmd.openform "Menu_1"
End sub
now i would like query to use te USER as a criteria for filtering all the
records that this user made and print a report with it... now i have this
working but current loged in user is write in one table with a maketable
query and i use info from there... but now we will have to install this app
on terminal server and this wont work anymore...
i dont want to use access built in security cose if i add another user then
i have to go to all computers and ad the same user there (i did pute mdw
file on the network share but if the connection is not established with
network share then user automaticly logs in as admin and i dont want that)
the app must be flexible so any user can sit at any comp and use this
aplication
(all data is stored on sql server)
tnx in advance
-
andy