Hi Guys!
I have the following code:
When the mdb opens the splash screen for Access shows momentarily (1 second or less), but it leaves the "shadow" of where it showed embedded in the middle of the screen!
Do you have any suggestion as to what to do in order to run the mdb in the background so that when the Access splash screen shows it does not affect the main screen of my app? (Or that it simply doesn't show when the shell runs).
Thanks in advance.
Nunina![[gorgeous] [gorgeous] [gorgeous]](/data/assets/smilies/gorgeous.gif)
San Juan, PR
I have the following code:
Code:
Dim strAccessFile As String
strAccessFile = App.Path & "\EQ\MYACCESSDATABASE.mdb"
Shell "RUNDLL32.EXE URL.DLL,FileProtocolHandler " & strAccessFile, vbHide
When the mdb opens the splash screen for Access shows momentarily (1 second or less), but it leaves the "shadow" of where it showed embedded in the middle of the screen!
Do you have any suggestion as to what to do in order to run the mdb in the background so that when the Access splash screen shows it does not affect the main screen of my app? (Or that it simply doesn't show when the shell runs).
Thanks in advance.
Nunina
![[gorgeous] [gorgeous] [gorgeous]](/data/assets/smilies/gorgeous.gif)
San Juan, PR