D damo Registered User. Local time Today, 14:13 Joined Feb 15, 2000 Messages 15 Mar 6, 2001 #1 Can anyone give me a bit of code I can put in the on-click of a button to open a networked Access 2 application from an Access 2000 one? Thanks. Damo
Can anyone give me a bit of code I can put in the on-click of a button to open a networked Access 2 application from an Access 2000 one? Thanks. Damo
L llkhoutx Registered User. Local time Today, 08:13 Joined Feb 26, 2001 Messages 4,018 Mar 7, 2001 #2 Look up the "Shell" function and "DoEvent" in the Help menu. When you shell-out, you usually want your shelled program to run and the program your shelling from to stop running until the shelled program is complete.
Look up the "Shell" function and "DoEvent" in the Help menu. When you shell-out, you usually want your shelled program to run and the program your shelling from to stop running until the shelled program is complete.