Command line problem (1 Viewer)

PaddyIrishMan

Registered User.
Local time
Today, 02:04
Joined
Jun 5, 2002
Messages
166
This is a tricky one...

I'm using the 'cmd' command line option to pass information to my database.
The idea being to have the ability to pass an identifier via the command line that could be parsed by the database which would open automatically on the relevant record based upon the command line data.

I have this working fine via a shortcut to the msaccess.exe.
Code:
"C:\Program Files\Microsoft Office\Office10\MSACCESS.EXE" C:\WIPBugBase.mdb /cmd DH3081

In the load event of the startup form I can process the data passed & goto the correct record etc..

The thing is, I need to be able to link like this via an e-mail. This isn't recognised as a hyperlink....

Any ideas/alternatives greatly appreciated.

Thanks,
-Patrick.
 

Users who are viewing this thread

Top Bottom