Hi - I have a form with a MSHFlexGrid, which holds a sequence of dates and other details - double clicking on a date brings up a new form, with details which can be amended for that date. The grid is not actually linked to a data source, just filled in initially from a ADODB.recordset. I want to lock the details for a particular date, so that 2 users cannot edit the date details at the same time. The second form that appears only holds text boxes, and on choosing save the values are strung into a SQL statement which is executed. What is the best way to go about this ?
Thanks
Thanks