Deleting Records

D

DS

I'm trying to delete records on a continous form. I'm not using the
record selectors so the Wizard to delete records doesn't work. I'm
selecting the records using an invisible commmand button overlaying the
record. If I use the keystrokes Ctrl+- that works, but I want to use
code. I also tried using this code DoCmd.RunCommand acCmdDeleteRecord
but that works haphazerdly. Any suggestions would be appreciated.
Thanks
DS
 
Top