G
Guest
I am using a form to maintain a table and in the form allow the user to
delete table entries when necessary. The delete works fine, but the form
then displays #Delete in all the fields. I added a command to move to
theprevious record, but the #Delete record is still there.
I tried both the DoCmd.RunCommand acCmdRefresh and RunCommand acCmdRefresh
as suggested in an earlier post, but it didn't work.
The record is indeed gone form the table, it's just the
less-than-professional display that is disheartening.
delete table entries when necessary. The delete works fine, but the form
then displays #Delete in all the fields. I added a command to move to
theprevious record, but the #Delete record is still there.
I tried both the DoCmd.RunCommand acCmdRefresh and RunCommand acCmdRefresh
as suggested in an earlier post, but it didn't work.
The record is indeed gone form the table, it's just the
less-than-professional display that is disheartening.