PC Review


Reply
Thread Tools Rate Thread

action depending on user

 
 
susan
Guest
Posts: n/a
 
      27th Oct 2008
Hi,

A user logs on to the application. When the password is checked in the table
Users I use the field user_id from that table to determine his rights in my
application. So I display only those records of a table WHERE RelationOf
LIKE user_id.

Can I use this method safely? What if 3 or 4 users are using the application
simultanuesly? Can Access 2003 keep them apart or is it possible that
user_id 3 gets the data of say user_id 2 ?

I tested it and didn't get errors so far which doesn't mean it's OK though.

Does anyone has any experiance or knoledge about this topic?

Sorry for my english.

Thanks,


Susan


 
Reply With Quote
 
 
 
 
Daniel Pineault
Guest
Posts: n/a
 
      27th Oct 2008
Yes, Access can differentiate them. You should really look into user-level
security (ULS). look at the help file or goolgle the terms as there is a
lots of information on this subject. With it you can check the user easily
by using the currentuser() fucntion.
--
Hope this helps,

Daniel Pineault
http://www.cardaconsultants.com/
For Access Tips and Examples: http://www.devhut.net
Please rate this post using the vote buttons if it was helpful.



"susan" wrote:

> Hi,
>
> A user logs on to the application. When the password is checked in the table
> Users I use the field user_id from that table to determine his rights in my
> application. So I display only those records of a table WHERE RelationOf
> LIKE user_id.
>
> Can I use this method safely? What if 3 or 4 users are using the application
> simultanuesly? Can Access 2003 keep them apart or is it possible that
> user_id 3 gets the data of say user_id 2 ?
>
> I tested it and didn't get errors so far which doesn't mean it's OK though.
>
> Does anyone has any experiance or knoledge about this topic?
>
> Sorry for my english.
>
> Thanks,
>
>
> Susan
>
>
>

 
Reply With Quote
 
Klatuu
Guest
Posts: n/a
 
      27th Oct 2008
The main point here is that for it to keep the users separated, you will
need to be sure you are using a split database and each user has their own
copy of the front end on their computer.

"susan" <(E-Mail Removed)> wrote in message
news:4d5d4$490579b7$524b0a9c$(E-Mail Removed)...
> Hi,
>
> A user logs on to the application. When the password is checked in the
> table Users I use the field user_id from that table to determine his
> rights in my application. So I display only those records of a table WHERE
> RelationOf LIKE user_id.
>
> Can I use this method safely? What if 3 or 4 users are using the
> application simultanuesly? Can Access 2003 keep them apart or is it
> possible that user_id 3 gets the data of say user_id 2 ?
>
> I tested it and didn't get errors so far which doesn't mean it's OK
> though.
>
> Does anyone has any experiance or knoledge about this topic?
>
> Sorry for my english.
>
> Thanks,
>
>
> Susan
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Action depending on cell Value =?Utf-8?B?VG9tYXMgU3Ryb2Vt?= Microsoft Excel Programming 2 10th May 2007 11:33 AM
Blocking IP traffic depending on the user.... Brad Pears Microsoft Windows 2000 Terminal Server Applications 15 26th Apr 2005 08:06 PM
Different value of Name property depending on user Alfons Puig Microsoft Word Document Management 2 12th Nov 2004 05:40 PM
Different switchboard displayed depending on user. =?Utf-8?B?TUNC?= Microsoft Access Form Coding 7 11th May 2004 09:47 AM
Same USER, different GPO applied depending on PC John Dexter Microsoft Windows 2000 Group Policy 4 29th Jul 2003 02:59 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:59 PM.