ontsjc
Technical User
- May 17, 2000
- 113
Hello Folks,<br><br>I hope this isn't too long winded. I'm developing an application for a corporate intranet that handles proprietary chemical data for different clients. I need help with some design aspects.<br><br>I need to design a form that allows different client managers to enter client specific data into a community data table, view/edit the data that they've entered, but not be able to view any other client's data in the same table. I envision using just one table since there are lots of clients (100+) and individual tables for each one seems cumbersome.<br><br>I have a password protected login procedure to identify the person on-line and my idea for the data entry screen is to use a grid control attached to the community table for data entry. My problem is how do I restrict the view of the data to just the data appropriate to the client manager in a multi user environment. Or is there a better concept I should be using. Any information would be greatly appreciated as this is my first multi user and on-line application.