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

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

jquery - Multiple issues with pushstate: history, loading, calling functions -

ios - retrievePeripherals deprecated in IOS7 how to substitude it with retrievePeripheralsWithIdentifiers -