W
Wellie
I have a subform named "Detail Part" within a Mainform "Auto". In the
subform, I have the following data in a table format:
Part_No Source_Name Qty Unit_Price Total_Price
This db appl is accessed by different people and the access of information
is based on each user's individual access right assigned to its logon ID to
this Access appl.
In this case, Can someone please tell me
1 - how can I hide or show the "Unit_Price" and "Total_Price" column of data
in the subform based on user access right ? That 's Manager can see the
"Unit_Price" and "Total_Price" columns while Operator CANNOT see them.
2 - how can I store the user ID on the first record of a "DB_Log" table
using VBA code or other method ? I plan on store the logged on user ID into
the "Logon_ID" field in the "DB_Log" table such that #1 can retrieve it to
check for access right
Your assistance is greatly appreciated.
subform, I have the following data in a table format:
Part_No Source_Name Qty Unit_Price Total_Price
This db appl is accessed by different people and the access of information
is based on each user's individual access right assigned to its logon ID to
this Access appl.
In this case, Can someone please tell me
1 - how can I hide or show the "Unit_Price" and "Total_Price" column of data
in the subform based on user access right ? That 's Manager can see the
"Unit_Price" and "Total_Price" columns while Operator CANNOT see them.
2 - how can I store the user ID on the first record of a "DB_Log" table
using VBA code or other method ? I plan on store the logged on user ID into
the "Logon_ID" field in the "DB_Log" table such that #1 can retrieve it to
check for access right
Your assistance is greatly appreciated.