I have a table that is planned to be accessed based on predefined variables. As an example :
I have 3 tables below:
Tbl_trans
Tbl_trans001
Tbl_trans002
In the “grid / form” application, by default the application uses tbl_trans, but when the user has [variable] 001, then the automatic table will be accessed by user001 is tbl_trans001. And so on for other users.
How to implement it?
notes :
I use sc 9.0.017 with mysql database