Connecting Tech Pros Worldwide Forums | Help | Site Map

ADP database name?

bruce@aristotle.net
Guest
 
Posts: n/a
#1: Nov 13 '05
Hello,

Is there a way to programatically retrieve the current .adp file name
from within an Access data project without DAO? I know if I referenced
DAO I could simply use CurrentDb.Name for this, but is there a way to
get this information using the Application object or some other means?

Thanks,
Bruce

lylefair
Guest
 
Posts: n/a
#2: Nov 13 '05

re: ADP database name?


Application.CurrentProject.Name

bruce@aristotle.net
Guest
 
Posts: n/a
#3: Nov 13 '05

re: ADP database name?


Thank you Lyle...actually Application.CurrentProject.FullName turned
out to be what I was really looking for but you definitely put me on
the right track!

Bruce

Closed Thread


Similar Microsoft Access / VBA bytes