Rocky Smolin at Beach Access Software
rockysmolin at bchacc.com
Sun Aug 5 15:59:23 CDT 2007
I'll have to try it with the minimize button disabled - see what happens.
Rocky
-----Original Message-----
From: accessd-bounces at databaseadvisors.com
[mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Max Sherman
Sent: Sunday, August 05, 2007 12:26 PM
To: 'Access Developers discussion and problem solving'
Subject: Re: [AccessD] Popup Form
I *think* you will find that the difference is that popup stays on top of
everything whereas dialogue can be minimised.
Haven't check though.
Max
-----Original Message-----
From: accessd-bounces at databaseadvisors.com
[mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Rocky Smolin at
Beach Access Software
Sent: Sunday, August 05, 2007 2:31 PM
To: 'Access Developers discussion and problem solving'
Subject: Re: [AccessD] Popup Form
Steve, et al:
Dialog is the same as popup?
Rocky
-----Original Message-----
From: accessd-bounces at databaseadvisors.com
[mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Steve Schapel
Sent: Sunday, August 05, 2007 12:46 AM
To: Access Developers discussion and problem solving
Subject: Re: [AccessD] Popup Form
Rocky,
I think something like this should work...
If YourSwitch Then
DoCmd.OpenForm "YourForm", , , , , acDialog Else
DoCmd.OpenForm "YourForm"
End If
Regards
Steve
Rocky Smolin at Beach Access Software wrote:
> Can a form be opened in either popup or not depending on the value of
> a switch?
--
AccessD mailing list
AccessD at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/accessd
Website: http://www.databaseadvisors.com
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.476 / Virus Database: 269.11.4/936 - Release Date: 8/4/2007
2:42 PM
--
AccessD mailing list
AccessD at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/accessd
Website: http://www.databaseadvisors.com
--
AccessD mailing list
AccessD at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/accessd
Website: http://www.databaseadvisors.com
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.476 / Virus Database: 269.11.4/936 - Release Date: 8/4/2007
2:42 PM