An intrinsic control is a systemdefined control.
All the control includen in your defaullt toolbox are intrinsic. Therefore using an intrinsic data control would be using the "data" control from the toolbox.
Kind regards
Nettan
This is an exampe of code executing and openning the program visio. Located on the disk P"
When clicking the commandbutton the program will start as if clicking on the exe file.
Private Sub Command1_Click()
Shell ("p:\visio50\visio32.exe")
End Sub
There are probably many ways.
You can create two ODBC connections to the different databases.
Retrieve a recordset from both and compare the results of the resordsets. e.g
conOne.open "firstODBC","signin"
conTwo.open "secondODBS,"signin"
set...
Hi
If you just want to open the program
the code would be shell("path\to the .exe")
If you want to execute and open a file you should use
the shellexecute command. Mode info about shell execute in your API library
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.