jeffmoore64
Programmer
Hi,
I have a bound form that has a button to delete the current record.
When I delete the record I get the error:
Write Conflict
this record has been changed by another user since you started editing it. .... blab blab blab
I am the only user in the database.
The problem as I see it is that the form has not been refreshed to reflect that the record is not there.
I have tried:
me.refresh
me.requery
reseting the me.recordsource
All of these give me that error message.
Is there anyway to refresh the form ??
TIA
Jeff
I have a bound form that has a button to delete the current record.
When I delete the record I get the error:
Write Conflict
this record has been changed by another user since you started editing it. .... blab blab blab
I am the only user in the database.
The problem as I see it is that the form has not been refreshed to reflect that the record is not there.
I have tried:
me.refresh
me.requery
reseting the me.recordsource
All of these give me that error message.
Is there anyway to refresh the form ??
TIA
Jeff