You can't hide one, they will all hide.
You can enable a contorl however....
Read on...
I certainly have a lot of continues forms where I set the controls 'enabled'
property on/off. While this actually makes all instances of the control go
disabled, I actually find this works quite well. I mean, when you move
to the next row, those columns that you enable, or disable can then
be set. So, you could set the controls visible property as you move
the cursor up/down through the
In fact, I actually PREFER the above behavior, as then during
data entry it is VERY easy to see that the column in question
is enabled.
In place of a VERY HARD TO READ checkerboard pattern of enabled, and
disabled boxes,
, you get a very nice enable/display view as I move the cursor up /down.
I have uploaded a gif animation of me navigating in a form, both of the two
screen shots will give you an idea of how this looks.
http://www.members.shaw.ca/AlbertKallal/HideColumn/index.htm
As you can see, the fact that all enable/disable is really not a problem at
all...