.. I have this access form with these add\find and delete buttons on it...the add I did with
VB Code:
  1. DoCmd.GoToRecord , , acNewRec
the find was with
VB Code:
  1. DoCmd.FindRecord
...now how do I do the delete record thing...there's nothing in the docmd function list...