Re: Command Button to Unhide Fields
- From: Bernard Peek <bap@xxxxxxxxxx>
- Date: Sun, 30 Oct 2005 14:31:32 +0000
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.
.
- References:
- Command Button to Unhide Fields
- From: sunilkeswani
- Command Button to Unhide Fields
- Prev by Date: Re: Questions about tables upsized db from access to sql
- Next by Date: Creating Object (Outlook.Application)
- Previous by thread: Command Button to Unhide Fields
- Next by thread: Deploying access database
- Index(es):