Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
KnooKie
Aged Yak Warrior
623 Posts |
Posted - 2002-03-21 : 07:31:05
|
Can forms in Access be hidden (as in VB) ?Love like you've never been hurt,Dance like no one is watching,Sing like no one is listening.Edited by - knookie on 03/21/2002 07:31:33 |
|
robvolk
Most Valuable Yak
15732 Posts |
Posted - 2002-03-21 : 07:44:48
|
All MS Access objects can be hidden, select the object and change it properties using the View:Properties menu. |
 |
|
KnooKie
Aged Yak Warrior
623 Posts |
Posted - 2002-03-21 : 08:00:29
|
How about at run-time. There is no visible property for a form as far as i can see ? |
 |
|
robvolk
Most Valuable Yak
15732 Posts |
Posted - 2002-03-21 : 08:38:37
|
There's a Hide method, and a corresponding Show method. Check the Access Help file, it has the details on these. |
 |
|
joldham
Wiseass Yak Posting Master
300 Posts |
Posted - 2002-03-21 : 22:46:48
|
"You can use the Visible property to show or hide a form, report, form or report section, data access page, or control. This may be useful if you want to maintain access to information on a form without it being visible. For example, you could use the value of a control on a hidden form as the criteria for a query."Taken directly from Access Help on the Visible Property.Jeremy |
 |
|
|
|
|