Hi @warpx,
I reckon you will need to use our post object. π
It will return a WP post object that you can access using the standard WP functions. Eg:
<a href="<?php the_permalink(); ?>"><?php the_title(); ?></a>
Checkout out our example here => http://www.advancedcustomfields.com/resources/field-types/post-object/