Hi All,
I have developing a database system for the last couple of weeks and got stuck on one part of the functionality. I have posted this question over at MSDN, but no joy, perhaps they got upset about the fact I had posted to the wrong area (VBE not VBA...).
Anyway The problem I have is in capturing the hyperlink used to open an MS Access database.
The database (Access 2000) is used to gather the results of tests then compare them and produce a score. If the score indicates a fail then the operator has the option to send an email with an embedded hyper link to the person that deals with that area.
The hyperlink I understand can contain parts seperated by hashes, If there is a way of capturing the link information, I can utilise this to automatically log in the user, or direct them to the correct page of information, within the database.
The database opened is the same from which the hyperlink was sent, so this is a multiuser database, there passwords and level of access is all set and done, the hyperlink utilises a full UNC path, thus no mapping of the shared drive is required. This so far all works, the problem I have is knowing where the refering hyperlink, if available, is so that I can capture it and utilise this to guide the user to the correct place.
Any ideas ... TIA
Alan Hill
I have developing a database system for the last couple of weeks and got stuck on one part of the functionality. I have posted this question over at MSDN, but no joy, perhaps they got upset about the fact I had posted to the wrong area (VBE not VBA...).
Anyway The problem I have is in capturing the hyperlink used to open an MS Access database.
The database (Access 2000) is used to gather the results of tests then compare them and produce a score. If the score indicates a fail then the operator has the option to send an email with an embedded hyper link to the person that deals with that area.
The hyperlink I understand can contain parts seperated by hashes, If there is a way of capturing the link information, I can utilise this to automatically log in the user, or direct them to the correct page of information, within the database.
The database opened is the same from which the hyperlink was sent, so this is a multiuser database, there passwords and level of access is all set and done, the hyperlink utilises a full UNC path, thus no mapping of the shared drive is required. This so far all works, the problem I have is knowing where the refering hyperlink, if available, is so that I can capture it and utilise this to guide the user to the correct place.
Any ideas ... TIA
Alan Hill
Comment