|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today! |
|
#1
|
|||
|
|||
|
App.path error
I am getting an error if i try to use App.path.
For instance the statement MsgBox App.path gives the following error: Run time error: '424': Object required My visual basic code is tied to a ms access form so this could be the reason for the error. Does anyone know an alternative way to get the path of the database. Any help is greatly appreciated as it would make distribution of the database much simpler. oyse |
|
#2
|
|||
|
|||
|
If you're in access VBA, app.path isn't there, but if it's A2K or above try
currentproject.path
__________________
====== Doug G ====== I didn't attend the funeral, but I sent a nice letter saying I approved of it. --Mark Twain |
|
#3
|
|||
|
|||
|
It worked! This will hopefully make things a little easier.
Thank you. oyse |
![]() |
| Viewing: ASP Free Forums > Programming > Visual Basic Programming > App.path error |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|