J
Julia B
Hi
I've got a form with lots of entry fields. When I open the form I want them
to be invisible but then, under certain circumstances want to make them
visible again. They may go back to being invisible later.
I was wondering if there was any way to change a property to a group of
controls in one go? Can I group them and do the following:
If scenario1 then
group.visible = true
else
group.visible = false
end if
I hope so, otherwise it's going to take ages to write the code!!
Thanks in advance
Julia
I've got a form with lots of entry fields. When I open the form I want them
to be invisible but then, under certain circumstances want to make them
visible again. They may go back to being invisible later.
I was wondering if there was any way to change a property to a group of
controls in one go? Can I group them and do the following:
If scenario1 then
group.visible = true
else
group.visible = false
end if
I hope so, otherwise it's going to take ages to write the code!!
Thanks in advance
Julia