I am using Access 2007.
What would be the correct syntax to use in vba module to check if an access table exists?
Example:
If accesstable1 exists then
xxx
Else
yyy
End If
This seems like it should be a very basic function, but I have not been able to find it.
Thanks!!