Struggling a bit with this, I have a datasheet form which lists the ID and other info for each record. So far I have found some VBA code which will open each ID as a hyperli
DoCmd.OpenForm "Copy Of test", , , varWhereClause, ,acDialog
Though this will be pop-up and modal.