dbs.Execute " INSERT INTO tblDocsIssued " _
& "(DocType,PartNum,AssignedVendor,ProjNum,SQEName) VALUES " _
& "('PRR',me.item,'BestVendor','5555','Gary Kissick');", dbFailOnError
MsgBox dbs.RecordsAffected & " records inserted"
'example of ways to insert data from the form...