Nobody seems to have replied to thread702-810987, so I thought i'd ask the question in a more simplified way.
I have a form called frmOrder based on table tblOrder. In tblOrder there is a memo field called GoodsComments.
In frmOrder, instead of placing GoodsComments directly on this form, I have created a seperate form (frmGoodsComments) also based on tblOrder. frmGoodsComments only has the GoodsComments fields on it.
On frmOrder, there is a button that opens frmGoodsComments. Whenever I make any changes to frmGoodsComments and move away from the current record or save the record in frmOrder, I get a write conflict and I can't save the changes.
I understand why this is happening, as I have the same record opened by two different forms. I have changed the record locks option to "no locks" on both forms, but still can't get around the problem.
Any ideas??
I have a form called frmOrder based on table tblOrder. In tblOrder there is a memo field called GoodsComments.
In frmOrder, instead of placing GoodsComments directly on this form, I have created a seperate form (frmGoodsComments) also based on tblOrder. frmGoodsComments only has the GoodsComments fields on it.
On frmOrder, there is a button that opens frmGoodsComments. Whenever I make any changes to frmGoodsComments and move away from the current record or save the record in frmOrder, I get a write conflict and I can't save the changes.
I understand why this is happening, as I have the same record opened by two different forms. I have changed the record locks option to "no locks" on both forms, but still can't get around the problem.
Any ideas??