This is a grid / form (single record) application.
What I gonna have is:-
For Management Level,
Allow to Add / Update / Delete record for the application.
For Normal User Level,
Only allow to VIEW, no Add / Update / Delete features.
Btw, I have a global variable to keep track the User Level (1 for Management / 0 for Normal User)
Any idea how to do this?
Regards,
CK Kong