Hi,
I have different databases from different departments or my own and I find time consuming looking thru the folders or different sharedrives to access them. I could create short cuts on my desktop but I would like to create a form that list all the database and when I hit the command button I will open it. Is this possible? do I accomplish this by doing hyperlink or do I have to create a macro or vba code.
I wanted to create form just like my reports form where i did event procedure on click on open the report I choose but the only problem on DoCmd.Open I don't see an option to open database.
Else
If (Me.SelectReport) = "2151ApplicationTotal" Then
DoCmd.OpenQuery "2151TotalsReport", acViewPivotTable
Else
If (Me.SelectReport) = "2151ApplicationSpreadsheet (Maria)" Then
DoCmd.OpenQuery "2151ApplicationSpreadsheet (Maria)", acViewNormal
Using MS 2003
Thank you in advance for you input
I have different databases from different departments or my own and I find time consuming looking thru the folders or different sharedrives to access them. I could create short cuts on my desktop but I would like to create a form that list all the database and when I hit the command button I will open it. Is this possible? do I accomplish this by doing hyperlink or do I have to create a macro or vba code.
I wanted to create form just like my reports form where i did event procedure on click on open the report I choose but the only problem on DoCmd.Open I don't see an option to open database.
Else
If (Me.SelectReport) = "2151ApplicationTotal" Then
DoCmd.OpenQuery "2151TotalsReport", acViewPivotTable
Else
If (Me.SelectReport) = "2151ApplicationSpreadsheet (Maria)" Then
DoCmd.OpenQuery "2151ApplicationSpreadsheet (Maria)", acViewNormal
Using MS 2003
Thank you in advance for you input