In my VBA, I need to refer to the file path (actually the .ldb file that goes with it) the database is currently in. Is there a way to get the code to generate the path instead of typing, for example:
strLDB = "D:\DATA\My Documents\dbname.ldb"?
Thank you,
Steve Geller
strLDB = "D:\DATA\My Documents\dbname.ldb"?
Thank you,
Steve Geller