Im going to try to explain this the best way. What I am trying to accomplish is, I want a link to go straight to the record I click on. For example I want it to go to this item which has a SharePoint ID of 68.

This what I have so far that should accomplish that
LookUp(
'Travel Request Form',
ID = Value(Param("ID"))
)
But when I go to preview it I get

Can someone help me?