Avatar

Level 4

Paul,

But I am trying to always show one of the 6 textboxes inside the subform.

I guess what I'm trying to say is if there's some way to cut down on the lines of code, or am I always going to have to say something to the effect of

"if line one is visible,

then hide line 2

hide line 3

hide line 4

hide line 5

hide line 6"

I'd like to say

"if line one is visible,

then hide all else"

That would be a lot less code to write.

Graham