|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Generate data entry and reporting .NET Web apps in minutes, straight from your database. Read our FREE whitepaper “Build Web 2.0 Applications Without Hand-Coding” Download now! |
|
#1
|
|||
|
|||
|
Hi...I'm making an Video Database (Dvd,vhs) in Vb5 and i'm trying to code a button that will open the *.mdb file in excel.exe in case i'll like to print the database record..
Here is the code i'm using.. ReturnValue = Shell("c:\program files\Microsoft Office\Office10\EXCEL.EXE C:\Program Files\Video_db\vdb.mdb", vbMaximizedFocus) Vb don't understand the location c:\program files because it' has an space between program files I need to place some " and ( ) i know...but where...?? |
|
#2
|
|||
|
|||
|
You can embed a quote in a string by doubling it up
Quote:
Can you open a .mdb file with Excel? .mdb files are Access database files. |
|
#3
|
|||
|
|||
|
writing error!? Opening access file,u can use win32 api to do it..
|
|
#4
|
|||
|
|||
|
Quote:
Orbit: I have no problem opening an *.mdb file in excel Excel software "i think" when you try to open the *.mdb file first time it comes up with an screen and you must choose an option to let excel "fix" the *.mdb or something like that so it can be accessed and readable in excel... |
|
#5
|
|||
|
|||
|
My Excel 2000 doesn't open .mdb files. If I try to open a mdb using Excel, there is a message box saying to use "Excel cannot open Access files directly, use get external data"
|
|
#6
|
|||
|
|||
|
hi!orbit,U can't use excel to open mdb file or via excel to open mdb file..U maybe have no MS access or your MS access is bad?..
|
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > Visual Basic Programming > Space between Dir |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|