S
S Derouen
I would llike to set the RowSource for a listbox to reference a table in
another database that is one directory below the current database's
location.
Is there a way to use a relative reference such as:
list0.RowSource = "Select distinct [street_nam] from
[.\streets\streets]tblstreets;"
where the current db is say c:\access\drawings\db1.mdb and the other db is
c:\access\drawings\streets\streets.mdb?
Thanks
another database that is one directory below the current database's
location.
Is there a way to use a relative reference such as:
list0.RowSource = "Select distinct [street_nam] from
[.\streets\streets]tblstreets;"
where the current db is say c:\access\drawings\db1.mdb and the other db is
c:\access\drawings\streets\streets.mdb?
Thanks