filtering data by login user

G

Gordon

I have a simple access database, which has 3 tables:
User(UserID, UserPwd, UserCustID, etc),
Customer(CustID, CustName, etc)
Invoice(InvID, InvCustID, etc)

There may be more than 1 user, and more than 1 invoice for each customer.

I plan to post the data on a website to allow the customers to view their own
invoices:
1. I will create at least 1 user for each customer to log on the web site.
2. When a user logs on, the system will retieve its UserCustID, then pass this
retieved UserCustID to the next ListInvoice page
3. In the ListInvoice page, make InvCustID=UserCustID to filter the records.

Your suggestions and/or codes will be greatly appreciated.

gordon
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,483
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top