indesisiv
Access - What's that?
- Local time
- Today, 06:45
- Joined
- Jun 13, 2002
- Messages
- 265
Hi there.
I have what i think is a simple question but it has stumped me.
I am using the docmd.CopyObject
DoCmd.CopyObject "path To DataBase", "New TableName", acTable, "Source Table Name"
What i want to do is set the "path to database" to the current directory. because the databases can be in different directories.
Any ideas?
Failing that is there a way to use the open dialogue box to select a directory or database?
Steve
I have what i think is a simple question but it has stumped me.
I am using the docmd.CopyObject
DoCmd.CopyObject "path To DataBase", "New TableName", acTable, "Source Table Name"
What i want to do is set the "path to database" to the current directory. because the databases can be in different directories.
Any ideas?
Failing that is there a way to use the open dialogue box to select a directory or database?
Steve