user1145909
user1145909

Reputation:

Opening a record based on a hyperlink - MS Access

I have a report that displays a list of incident numbers (labeled LIN) and they show as hyperlinks. I want to build a macro where the user clicks the hyperlink and a form opens to that specific record (the LIN or incident number is a primary key). I can build the macro to open the correct form but can't figure out how to make it move to the corresponding record.

Any advice?

Upvotes: 0

Views: 780

Answers (1)

E Mett
E Mett

Reputation: 2302

You should use the FindRecord macro.

Upvotes: 0

Related Questions