ms access - check box in datesheet view for multi-user mode -
my subform needs check box each record. user can check/uncheck each record next step. example, check sales order ship it. can use yes/no field implement it. but, works on single user mode only. how can have check box on each record unique each user? thank in advance.
you can add 1 more table pk , checkbox , user fields. checkbox hold yes/no user = currentuser() record pk value.
Comments
Post a Comment