this code works as customer software is the main form
Me![SOFTVER] = DLookup("[VERSION]", "[SOFTWARELINK]", "[DWG#] =" & """" & Forms![CUSTOMER SOFTWARE]![EECPARTNO] & """")
but not with it being a subform
I tried using this, but it doesn't work
Me![SOFT] = DLookup("[TYPE]", "[SOFTWARELINK]"...