G
Guest
Access 2003 with SQL Server v.8 backend displays #DELETED after inserting a
record. We've found we can requery the form to alleviate this error. Is
this the correct thing to do? Also, once we've added the record and
requeried the form, we are sitting on the last record in the recordset
instead of the record we just added. Is using the bookmark property the only
way to reposition our pointer in the recordset? Which event is used to
perform this functionality? Can it be done in the AfterUpdate() event?
record. We've found we can requery the form to alleviate this error. Is
this the correct thing to do? Also, once we've added the record and
requeried the form, we are sitting on the last record in the recordset
instead of the record we just added. Is using the bookmark property the only
way to reposition our pointer in the recordset? Which event is used to
perform this functionality? Can it be done in the AfterUpdate() event?