D
DS
I have a delete button using
DoCmd.RunCommand acCmdDeleteRecord
I can delete records going towards the end of the set if I Start at the
begining but I cant delete records going towards the begining of the
set. Is there a code I can add so that it can go both ways?
Thanks
DS
DoCmd.RunCommand acCmdDeleteRecord
I can delete records going towards the end of the set if I Start at the
begining but I cant delete records going towards the begining of the
set. Is there a code I can add so that it can go both ways?
Thanks
DS