Nov 4, 2003 #1 sezme Programmer Oct 31, 2003 26 GB which method is best Insert Into Table (Field) Values ('String') or set rs = db.openRecordSet("select * from Table where 0 <> 0" rs.addnew rs!Field = 'String' rs.update Newbie question
which method is best Insert Into Table (Field) Values ('String') or set rs = db.openRecordSet("select * from Table where 0 <> 0" rs.addnew rs!Field = 'String' rs.update Newbie question
Nov 4, 2003 #2 alsoknownas Technical User Oct 3, 2003 107 US I have always used Insert Into Table(Field) Values ('String') http://www.drdev.net/article01.htm -------------------------------------------------------------------------------------------- Upvote 0 Downvote
I have always used Insert Into Table(Field) Values ('String') http://www.drdev.net/article01.htm --------------------------------------------------------------------------------------------