J
jamesker
Hi,
I am trying to find the path that the my database is in using VB.
example
dim dbPath as string
dbPath = currentDatabase.path
I know this is incorrect code and I don't know how to write the
correct code. To do the same thing in Excel is as follows:
dbPath = ThisWorkbook.Path
Does anyone know how to do this?? thanks.
I am trying to find the path that the my database is in using VB.
example
dim dbPath as string
dbPath = currentDatabase.path
I know this is incorrect code and I don't know how to write the
correct code. To do the same thing in Excel is as follows:
dbPath = ThisWorkbook.Path
Does anyone know how to do this?? thanks.