D
Dick Minter
docmd.runcomand acCmdSaveRecord and acCmdDeleteRecord are producing error
code 2046 and I cannot determine why. I have tried saving the record with:
If me.dirty then
me.dirty = false
end if
But, the delete command still gets the error. What is producing the error?
DM
code 2046 and I cannot determine why. I have tried saving the record with:
If me.dirty then
me.dirty = false
end if
But, the delete command still gets the error. What is producing the error?
DM