Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.

Like this?

If Tank_Type_STANDARD = 3 
Then iPart.ChangeRow("Tank_Lower_Section", "T03")
Else If Tank_Type_STANDARD = 4 
Then iPart.ChangeRow("Tank_Lower_Section", "T04")
End If

 i get a syntax error on line 2 & 4 still whereas placing "then" at the "end" of line 1 & 2 produces no error.

thanks