Okay, lets pass the project_ID to the 2nd form in the OpenArgs argument.
Change this line:
DoCmd.OpenForm stDocName, , , stLinkCriteria
yo...
DoCmd.OpenForm stDocName, , , stLinkCriteria, , , Me.project_ID
This assumes the value is in a control named [project_ID]