A
Atlas
Windows XP, Access 2003 + SP2, ADO, SQL server 2000
I have a very simple single form
it works perfectly, if the recordsource is:
SELECT * FROM [C - Giornale]
Setting a WHERE clause like
SELECT * FROM [C - Giornale] WHERE ( [data operazione] >=
CONVERT(DATETIME, '01-01-2005 00:00:00', 105) AND [data
operazione] <= CONVERT(DATETIME, '31- 12-2005 00:00:00', 105))
if you:
1) Modify any field
2) scroll to next/prev record
3) scroll back to previously modified record
4) modify again any field
it happens that a dialog pops up "Write Conflict- this record has been
changed by another user since you started editing.......Save record, copy to
clipboard drop changes"
What can I do?
I have a very simple single form
it works perfectly, if the recordsource is:
SELECT * FROM [C - Giornale]
Setting a WHERE clause like
SELECT * FROM [C - Giornale] WHERE ( [data operazione] >=
CONVERT(DATETIME, '01-01-2005 00:00:00', 105) AND [data
operazione] <= CONVERT(DATETIME, '31- 12-2005 00:00:00', 105))
if you:
1) Modify any field
2) scroll to next/prev record
3) scroll back to previously modified record
4) modify again any field
it happens that a dialog pops up "Write Conflict- this record has been
changed by another user since you started editing.......Save record, copy to
clipboard drop changes"
What can I do?