indesisiv
Access - What's that?
- Local time
- Today, 15:42
- Joined
- Jun 13, 2002
- Messages
- 265
Can anyone tell me the code needed to open a different database.
Basically i just need to run this from a command button so that the users can open a different database.
i have tried the
but i assume that it only works on exe files or something because i get the message invalid procedure call or argument.
But it works normally when i just try and open something like word.
Any ideas
Steve
Basically i just need to run this from a command button so that the users can open a different database.
i have tried the
Code:
Call Shell("C:\test\play.mdb", 1)
but i assume that it only works on exe files or something because i get the message invalid procedure call or argument.
But it works normally when i just try and open something like word.
Any ideas
Steve