[AccessD] Popup Form

Rocky Smolin at Beach Access Software rockysmolin at bchacc.com
Sun Aug 5 08:31:06 CDT 2007


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
 




More information about the AccessD mailing list