Hello
Overview of the Project
I have simple database table
Name
Address
Phone
Comments
I also have users like Admin and Manager with password login.
Question:
What i need is
- When "Manager" Logs in, he should only see a Search Box.
- Search box should only search with in "Name" field and display only Names
- When click on Names than show the full information only for that record, If he need another client he should Repeat the Steps.
Please help.
Thanks