Hi and thanks for response.
I've followed this pathway and found myself at the bottom of a rabbit hole, and no further wiser than when I began the descent.
So far I have gathered than you should be able to create a link to a batch file. This link would contain a parameter.
The batch file would then call the MS Access application and pass that parameter into something called the Command function.
The command function could then be used to open to the specific form and record.
For example:
Code:
"C:\Temp\MyTemp.bat?ID=123"
Code:
Echo ID
\\...Open Access and pass that ID into Autoexec... or something..
Pause
Result: Access opens with a form displaying record ID 123
Forgive me if this sounds like nonsense. Problem is, I don't really understand what I'm reading here. Most people that post stuff around the web don't seem to be very explanatory about how to do something.
Can anybody describe exactly how to write a hyperlink that could be emailed. The hyperlink would then call the batch file, in turn opening access to the record I need displayed.