Hello, I have a report that the Transaction ID's are hyperlinks. I need to click on the hyperlink and it open that specifc record on the form it is tied to. I tried a macro and it dosent goto that Trans ID. Any Ideas?
Hello, I have a report that the Transaction ID's are hyperlinks. I need to click on the hyperlink and it open that specifc record on the form it is tied to. I tried a macro and it dosent goto that Trans ID. Any Ideas?
I don't think the hyperlink appearance changes how the code must be structured. Need to provide the ID as criteria.
You want to open another form to display a record for the ID? What event is your macro tied to?
I don't use macros. The VBA command is:
DoCmd.OpenForm "formname", , , "ID=" & Me.ID
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.