If/ElseIf örneği aşağıdaki gibi olmalı
If URUNKODU = "01" Then Me.Metin47 = "GÜBRE SERPME"
ElseIf URUNKODU = "02" Then Me.Metin47 = "KEPÇE"
ElseIf URUNKODU = "03" Then Me.Metin47 = "TESVİYE KÜREĞİ"
ElseIf URUNKODU = "04" Then Me.Metin47 = "TAŞIMA SEPETİ"
ElseIf URUNKODU = "05" Then Me.Metin47 = "MERDANE"
ElseIf URUNKODU = "06" Then Me.Metin47 = "KÜLTİVATÖR"
ElseIf URUNKODU = "07" Then Me.Metin47 = "KALDIRAÇ"
End If