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++][SFML 2.2] Strange Performance Issues - Moving Mouse Lowers CPU Usage -

ios - Possible to get UIButton sizeThatFits to work? -