JonnyCav
Member
As I battle on with learning this wonderful software and just like my logic critiqued, if you'd be so kind.
1. DB result set returns x number of records 'id' values assigned to .text of CLV buttons
2. If a particular button is pressed then INSERT into DB Table 1
3. Add values pertaining to that record(button) to a LISTofLists
4. Goto '2' if applicable until 'DONE' button is clicked and call a Private Sub
In Private Sub
5. For each list in the list get 'item'
6. Using 'item' , INSERT 'item' or UPDATE 'item' into DB Table 2
7. Finish
Any problem with this?
1. DB result set returns x number of records 'id' values assigned to .text of CLV buttons
2. If a particular button is pressed then INSERT into DB Table 1
3. Add values pertaining to that record(button) to a LISTofLists
4. Goto '2' if applicable until 'DONE' button is clicked and call a Private Sub
In Private Sub
5. For each list in the list get 'item'
6. Using 'item' , INSERT 'item' or UPDATE 'item' into DB Table 2
7. Finish
Any problem with this?