Hi guys...I'm developing an application with VB6 and SQL Server 2000. I have thousands of records that would be updated simultaneously by multi-users. My goal is: if user A points to a record(I use datagrid), and user B is doing something with that particular record, I want a msgbox saying "Record is being accessed by user B!"...and so user A would select another record to update. Any suggestions on what to do?(cursorlocation,cursortype,locktype,etc). Thanks a lot guys!