C
ChoonBoy
I have a form with a button named "Add" and 3 text boxes. txtTimes (long Int)
, txtprefix (text) and txtStartNos (long int)
1) txtprefix has a value of "CN"
2) txtStartNos has a value of 200
3) txtTimes has a value of 25. (to signify the number of rows to append)
When the button "Add" is clicked, I want the field (SeqNos) in table
(Tbl_Add) to be appended with the following based on the above 1,2 and 3
CN201
CN202
CN203
CN204
CN205
CN206
CN207
CN208
CN209 until CN225.
Is the above possible, please help.
Thanks
, txtprefix (text) and txtStartNos (long int)
1) txtprefix has a value of "CN"
2) txtStartNos has a value of 200
3) txtTimes has a value of 25. (to signify the number of rows to append)
When the button "Add" is clicked, I want the field (SeqNos) in table
(Tbl_Add) to be appended with the following based on the above 1,2 and 3
CN201
CN202
CN203
CN204
CN205
CN206
CN207
CN208
CN209 until CN225.
Is the above possible, please help.
Thanks