record locking on sub form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

is there a way to display a pop up window or msgbox, whenever more than one person is on the same record
i am developing an application for a client that requires my using office 97
whenever more than 1 person is at the same record, i do not get any notification that this has occurred
the record is locked but no indication as to why. hence, i would like to display a message

thanks.
 
are you getting a run-time error? i think a locked record
generates a run-time error, so you can just trap the
error, and post a message saying to try again in a few
seconds
-----Original Message-----
is there a way to display a pop up window or msgbox,
whenever more than one person is on the same record?
i am developing an application for a client that requires my using office 97.
whenever more than 1 person is at the same record, i do
not get any notification that this has occurred.
the record is locked but no indication as to why. hence,
i would like to display a message.
 
Back
Top