Re: Command Button to Unhide Fields



In message <1130658579.928193.317750@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>, sunilkeswani@xxxxxxxxx writes
Hi

How do I make a command button which would make some form fields
visible when clicked? Or maybe those fields could pop up on another
form

Sunil
Try something like this:


sub Showme_Click

ctrl1.visible = not ctrl1.visible
ctrl2.visible = not ctrl2.visible

end sub




-- Bernard Peek London, UK. DBA, Manager, Trainer & Author.

.


Quantcast