
This is to list records in a datasheet form with a cell that has the edit hyperlink to pull up the specific record.
Once you click on the "edit" link, you should have another form popup with that specific record for you to edit.
You will need to create an sql expression to bring up the "edit" when ran.
Create a form with the text box "edit" as shown.

Lastly create a Macro that is ran when the "edit" text box is clicked from the previous step. Besure to add the Where condition with the ID#=ID#
It took a lot of searching and testing to come this far. If anybody knows a better way, please let me know. I am trying to create it where the list looks more professional.