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