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

Popular posts from this blog

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

c# - ItextSharp font color issue in ver 5.5.4+ -

how does one get csharp-sqlite to throw exceptions for duplicates or foreign key constraint violations -