M
magickarle
Hi, I have a table "Value".
Sometime it has zeros and sometimes ones.
0
0
0
or
0
1
0
0
I have a form with button 1 and button 2.
In a Private Sub Form_Load(), I would like to count the number of
items in Value.
So if it has only zeros, it would display 1 and if it has seros and
one, it would display 2.
If the count is 1, I would like to set buton2.visible=false.
else button2=true
end if.
Thank you for your help as usual!!
Sometime it has zeros and sometimes ones.
0
0
0
or
0
1
0
0
I have a form with button 1 and button 2.
In a Private Sub Form_Load(), I would like to count the number of
items in Value.
So if it has only zeros, it would display 1 and if it has seros and
one, it would display 2.
If the count is 1, I would like to set buton2.visible=false.
else button2=true
end if.
Thank you for your help as usual!!