PC Review


Reply
Thread Tools Rate Thread

How to add a password security to different records of a table

 
 
=?Utf-8?B?QW1hdGV1cg==?=
Guest
Posts: n/a
 
      1st Mar 2005
I have one table with different customer data in it. This table should
support our customer web information. How can I protect that table so that
the customers only get his information out of that table? - or better how can
I protect each record of the table for a different customer?
 
Reply With Quote
 
 
 
 
Rick B
Guest
Posts: n/a
 
      1st Mar 2005
Please do not post multiple messages in multiple groups. You don't need
three or four separate people posting an answer only to find that someone
else has already answered your question in one of your other posts.



"Amateur" <(E-Mail Removed)> wrote in message
news:6948A0B5-B7B6-45AC-8AC8-(E-Mail Removed)...
> I have one table with different customer data in it. This table should
> support our customer web information. How can I protect that table so that
> the customers only get his information out of that table? - or better how

can
> I protect each record of the table for a different customer?



 
Reply With Quote
 
JP
Guest
Posts: n/a
 
      1st Mar 2005
The basic approach involves keeping track of what customer is logged in and
then having the application only show him his/her records (based on a
customer ID in each record).

There are various ways to implement this -- it can be done in filters, it
can be done by adding a "where" clause in the SQL code that retrieves the
data (if you're using SQL), it can be done by adding a "where" clause in the
SQL that is the definition of the recordset to open, or it can be done as a
parameter to a query.

Whichever way you chose, the net result is that the customer has to validate
him/herself through a password in order to log in. Once the customer has
successfully logged in, you now know the customer ID. You then show the
customer only those records that have the customer's ID in them.


"Amateur" <(E-Mail Removed)> wrote in message
news:6948A0B5-B7B6-45AC-8AC8-(E-Mail Removed)...
> I have one table with different customer data in it. This table should
> support our customer web information. How can I protect that table so that
> the customers only get his information out of that table? - or better how

can
> I protect each record of the table for a different customer?



 
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
User access security linking with table records =?Utf-8?B?Tmljaw==?= Microsoft Access Forms 8 25th Sep 2007 01:33 PM
Copy Records from Access Database table(more than 5 lakh records in this table) to Excel Sheet divya Microsoft Excel Programming 1 26th Oct 2006 12:12 PM
How to generate a password in all the records of the field of a table? Telesphore Microsoft Access Database Table Design 4 25th May 2005 08:44 PM
How to add a password security to different records of a table =?Utf-8?B?QW1hdGV1cg==?= Microsoft Access 1 1st Mar 2005 06:46 PM
select all records on one table but limit records from 2nd table =?Utf-8?B?am9hbg==?= Microsoft Access Queries 8 3rd Nov 2004 01:38 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:58 AM.