I searched about my problem but didn't find a solution for it, so that's why a post.
I have a subform with many tests and a status of the tests. I want to select a bunch of the tests ie. 1-3 and change their status to True with VB.
Test 1 True
Test 2 False
Test 3 False
Test 4 True
I don't know how i should get the selection and how to build the "For each.....next" I could do it with SQL also, but when i can't get the selection. I can get the CurrentRecord, but how to get many records.
Thank you for any post
I have a subform with many tests and a status of the tests. I want to select a bunch of the tests ie. 1-3 and change their status to True with VB.
Test 1 True
Test 2 False
Test 3 False
Test 4 True
I don't know how i should get the selection and how to build the "For each.....next" I could do it with SQL also, but when i can't get the selection. I can get the CurrentRecord, but how to get many records.
Thank you for any post