G' Mornin' Ladies and Gentlemen,
I have a little problem and need some direction.
I have a button on a form which I would like to click and have three (or however many I want) different records added to the table in question.
I am confounded by the "for" loop, always have been. The logic doesn't quite click with me.
Since I am adding "different" records I don't know how I would use the loop.
Say the table is:
Date
Identifier (Integer)
Assetnum
SoftID (Assetnum & Identifier)
I can get one record to update using the "recordset.addnew" setup but can't figure out how to do the rest.
Any suggestions or assistance will be greatly appreciated.
rnpIII
I have a little problem and need some direction.
I have a button on a form which I would like to click and have three (or however many I want) different records added to the table in question.
I am confounded by the "for" loop, always have been. The logic doesn't quite click with me.
Since I am adding "different" records I don't know how I would use the loop.
Say the table is:
Date
Identifier (Integer)
Assetnum
SoftID (Assetnum & Identifier)
I can get one record to update using the "recordset.addnew" setup but can't figure out how to do the rest.
Any suggestions or assistance will be greatly appreciated.
rnpIII