Thanks for the time, but I think this will work:
On click event of first form:
DoCmd.OpenForm "Assignment Details", acNormal, , , acFormAdd
On open event of second form:
Dim strTech As String
Dim strDpt As String
strTech = Forms!frmSB3Details!Technician_Name
strDpt =...