|
 |
access thread: Finding the current path
Message #1 by <enzaux@y...> on Wed, 24 Oct 2001 05:19:51 +0800
|
|
What is the similar command in Visual Basic's App.Path in MS Access?
Thanks,
Enzo
Message #2 by "Pardee, Roy E" <roy.e.pardee@l...> on Tue, 23 Oct 2001 14:21:50 -0700
|
|
The .Name property of the DAO Database object returns the full path of the
database. You can use the CurrentDB function to return a DAO database
object representing the currently open database.
So, the equivalent expression is CurrentDB.Name.
Cheers,
-Roy
Roy Pardee
Programmer/Analyst
SWFPAC Lockheed Martin IT
(xxx) xxx-xxxx
-----Original Message-----
From: enz@u... c",) [mailto:enzaux@y...]
Sent: Tuesday, October 23, 2001 2:20 PM
To: Access
Subject: [access] Finding the current path
What is the similar command in Visual Basic's App.Path in MS Access?
Thanks,
Enzo
Message #3 by <enzaux@y...> on Wed, 24 Oct 2001 06:17:03 +0800
|
|
Thanx Roy! I was wondering about DAO, is DAO a kind of dbase coding or
connection like ADO (oledb) and odbc? I'm really confused with these
things? I hope you could exlplain a little if you have the patience :)
thanks!!!
Enzo
----- Original Message -----
From: Pardee, Roy E
To: Access
Sent: Wednesday, October 24, 2001 5:21 AM
Subject: [access] RE: Finding the current path
The .Name property of the DAO Database object returns the full path of the
database. You can use the CurrentDB function to return a DAO database
object representing the currently open database.
So, the equivalent expression is CurrentDB.Name.
Cheers,
-Roy
Roy Pardee
Programmer/Analyst
SWFPAC Lockheed Martin IT
(xxx) xxx-xxxx
-----Original Message-----
From: enz@u... c",) [mailto:enzaux@y...]
Sent: Tuesday, October 23, 2001 2:20 PM
To: Access
Subject: [access] Finding the current path
What is the similar command in Visual Basic's App.Path in MS Access?
Thanks,
Enzo
Message #4 by "Daniel Walker" <danielw@w...> on Tue, 23 Oct 2001 23:19:22
|
|
Nothing like that old Enzo, DAO was simply Microsoft's predecessor to ADO.
Brief description here:
http://p2p.wrox.com/content/glossary.asp?q=d
More comprehensive account here:
http://searchDatabase.techtarget.com/sDefinition/0,,sid13_gci213877,00.html
Daniel Walker
Wrox Press
> Thanx Roy! I was wondering about DAO, is DAO a kind of dbase coding or
> connection like ADO (oledb) and odbc? I'm really confused with these
> things? I hope you could exlplain a little if you have the patience :)
> thanks!!!
>
> Enzo
> ----- Original Message -----
> From: Pardee, Roy E
> To: Access
> Sent: Wednesday, October 24, 2001 5:21 AM
> Subject: [access] RE: Finding the current path
>
>
> The .Name property of the DAO Database object returns the full path of
the
> database. You can use the CurrentDB function to return a DAO database
> object representing the currently open database.
>
> So, the equivalent expression is CurrentDB.Name.
>
> Cheers,
>
> -Roy
>
> Roy Pardee
> Programmer/Analyst
> SWFPAC Lockheed Martin IT
> (xxx) xxx-xxxx
>
> -----Original Message-----
> From: enz@u... c",) [mailto:enzaux@y...]
> Sent: Tuesday, October 23, 2001 2:20 PM
> To: Access
> Subject: [access] Finding the current path
>
>
> What is the similar command in Visual Basic's App.Path in MS Access?
>
> Thanks,
>
> Enzo
>
Message #5 by <enzaux@y...> on Wed, 24 Oct 2001 06:53:44 +0800
|
|
thanx daniel!!!!!
----- Original Message -----
From: Daniel Walker
To: Access
Sent: Tuesday, October 23, 2001 11:19 PM
Subject: [access] RE: Finding the current path
Nothing like that old Enzo, DAO was simply Microsoft's predecessor to
ADO.
Brief description here:
http://p2p.wrox.com/content/glossary.asp?q=3Dd
More comprehensive account here:
http://searchDatabase.techtarget.com/sDefinition/0,,sid13_gci213877,00.html
Daniel Walker
Wrox Press
> Thanx Roy! I was wondering about DAO, is DAO a kind of dbase coding
or
> connection like ADO (oledb) and odbc? I'm really confused with
these
> things? I hope you could exlplain a little if you have the patience
:)
> thanks!!!
>
> Enzo
> ----- Original Message -----
> From: Pardee, Roy E
> To: Access
> Sent: Wednesday, October 24, 2001 5:21 AM
> Subject: [access] RE: Finding the current path
>
>
> The .Name property of the DAO Database object returns the full path
of
the
> database. You can use the CurrentDB function to return a DAO
database
> object representing the currently open database.
>
> So, the equivalent expression is CurrentDB.Name.
>
> Cheers,
>
> -Roy
>
> Roy Pardee
> Programmer/Analyst
> SWFPAC Lockheed Martin IT
> (xxx) xxx-xxxx
>
> -----Original Message-----
> From: enz@u... c",) [mailto:enzaux@y...]
> Sent: Tuesday, October 23, 2001 2:20 PM
> To: Access
> Subject: [access] Finding the current path
>
>
> What is the similar command in Visual Basic's App.Path in MS
Access?
>
> Thanks,
>
> Enzo
>
|
|
 |