Thanks for the help. I decided to go with the Shell, however just the simple Shell would not work for some reason. I had to use the ShellExecute and add the corresponding reference. I found this in a thread but I do not remember which one..Something like this:
'General Declarations....
Private Declare Function ShellExecute Lib "shell32.dll" _
Alias "ShellExecuteA" (ByVal hWnd As Long, ByVal lpOperation _
As String, ByVal lpFile As String, ByVal lpParameters As String, _
ByVal lpDirectory As String, ByVal nShowCmd As Long) As Long
'And when opening the file....
tempNum = ShellExecute(hWnd, vbNullString, "C:\FOLDER\DATABASEFILE.mdb", vbNullString, vbNullString, vbNormalFocus)
Thanks again.
Chris
"You can't steal second with your foot on first base."