Hi,
I use the below code to specify where a database is:
I was wondering if there was a way to amend this for it to just look on this PC/User's desktop without my actually specifying the actual path?![]()
myDB = "C:\Documents and Settings\Pratik\Desktop\Testdb.mdb"
Maybe something like..
or something??![]()
Application.Desktop
I need this because i'm potentially going to send this code to other user's and get them to run this macro...
Bookmarks