Feb 4, 2008 #1 Moss100 Technical User Joined Aug 10, 2004 Messages 586 Location GB From Acess , how do I open the windows calculator from clicking a button. What code would I use. Many thanks to anyone who can help. Thanks
From Acess , how do I open the windows calculator from clicking a button. What code would I use. Many thanks to anyone who can help. Thanks
Feb 4, 2008 1 #2 PWise Programmer Joined Dec 12, 2002 Messages 2,633 Location US Private Sub Command0_Click() Shell ("calc.exe") end sub Upvote 0 Downvote
Feb 6, 2008 Thread starter #3 Moss100 Technical User Joined Aug 10, 2004 Messages 586 Location GB Thanks! Upvote 0 Downvote