F
Fred
I'm trying to change several controls to 0 if a certain condition is met
using VB code, but I keep getting an error stating that I can't change those
values. Is there an easy to do this?
my current code looks something like this
ie. If x=0 then
a=0
b=0
end if
TIA
using VB code, but I keep getting an error stating that I can't change those
values. Is there an easy to do this?
my current code looks something like this
ie. If x=0 then
a=0
b=0
end if
TIA