Testing for db existence

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have database named Testing.mdb in a directory and want to determine if
"Copy of Testing.mdb" exists in the same directory.

Thank you.
 
Check out the Dir function in VBA Help. You can use it to determine if a
file exists in a specific directory.
 
Back
Top