Funky Form Delete

  • Thread starter Thread starter Guest
  • Start date Start date
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.
 
I read your posing and I'm trying to do the same thing you accomplished. Is
there any way you come tell me the code to delete a table record from a form
command?
 
Back
Top