jonathanchye
Registered User.
- Local time
- Today, 08:01
- Joined
- Mar 8, 2011
- Messages
- 448
Hi all,
I've a DB with is currently split into a FE/BE structure. The db is developed in AC2010.
I run a few complex calculations at form level and I have set record locking in that form to "Edited Record". This works great but if another user on the network opens up the same record it causes a lot of problems with my form (I think its because some of the calculation code is trying to update the "locked" record)
Is there anyway of notifying users that the record is currently locked for editing? Perhaps also a flag so I don't run calculations on locked records ?
I've a DB with is currently split into a FE/BE structure. The db is developed in AC2010.
I run a few complex calculations at form level and I have set record locking in that form to "Edited Record". This works great but if another user on the network opens up the same record it causes a lot of problems with my form (I think its because some of the calculation code is trying to update the "locked" record)
Is there anyway of notifying users that the record is currently locked for editing? Perhaps also a flag so I don't run calculations on locked records ?