Peter Bellamy
Registered User.
- Local time
- Today, 09:35
- Joined
- Dec 3, 2005
- Messages
- 295
Can someone please advise the way to include the quotes for a path in a SELECT INTO IN FROM statement.
The following does not seem to like the path section?
Cheers
The following does not seem to like the path section?
Code:
StrSQL = "SELECT Parts.* INTO [Parts Old] IN 'Z:\Database\2000\Service2k.mbd' FROM Parts;"
Cheers