D
Diego via AccessMonster.com
Hi
i have i form linked to a table with these fields
Name Line1 Line2 ... LineN
Line1 .. LineN are check box with value = false at the beginning.
In the table there are obviously many records that means
Name1 False False .... False
Name 2 False False ... False
Name 3 False False .... False
.....
......
NameN False False .... False
What i want to do is to modify/fixed the value of check box at true value
(for example clik on a button) until the last record.
For example starting from the first records, for 5 records, change the value
of line1 to a true value, then, starting from records 6, change the value of
line2 to a true , then starting from records 13 change the value of line3 and
so on.
The results should be
Name1 True False ... False
Name 2 True False ... False
Name 3 False True ... False
Name 4 False True ... False
.....
......
NameN False False .... True
Any idea ?
thank you in advance
Diego
i have i form linked to a table with these fields
Name Line1 Line2 ... LineN
Line1 .. LineN are check box with value = false at the beginning.
In the table there are obviously many records that means
Name1 False False .... False
Name 2 False False ... False
Name 3 False False .... False
.....
......
NameN False False .... False
What i want to do is to modify/fixed the value of check box at true value
(for example clik on a button) until the last record.
For example starting from the first records, for 5 records, change the value
of line1 to a true value, then, starting from records 6, change the value of
line2 to a true , then starting from records 13 change the value of line3 and
so on.
The results should be
Name1 True False ... False
Name 2 True False ... False
Name 3 False True ... False
Name 4 False True ... False
.....
......
NameN False False .... True
Any idea ?
thank you in advance
Diego