Hi,
I have a table called Clients with the following fields:
Client code, client name
Eg:
12345, Client X
98765, Client Y
45845, Client Z
Each Client requires standard and unique information stored against them.
EG:
Client X
- Invoice No
- Paid?
- Bills to date
- Amount paid to date
Client Y
- Invoice No
- Paid?
- Office billed
- Next Invoice date
Client Z
- Invoice No
- Paid?
- Authorising code
- VAT number
Client Y and Z should never see Bills to Date and Amount Paid to Date, Client X and Z should never see Office Billed and Next Invoice Date, Client X and Y should never see Authorising code and VAT Number.
Is there anyway on the CLIENT LIST page to have a link (with ajax view if possible) that redirects to a specific query/table based on the client code (so 3 separate INFO tables would be required)?
or
If all the information were stored to be stored in one table, is is possible to limit the view/editing of certain fields based on the client code?
Many thanks in advance,
Bryan