@mdevaney thanks for the help. I have one more question on this.
I only want it to SubmitForm if Must Equal and Initial Qty are the same value. Do you have any more suggestions for the code?

@mdevaney thanks for the help. I have one more question on this.
I only want it to SubmitForm if Must Equal and Initial Qty are the same value. Do you have any more suggestions for the code?
Hi @Anonymous
'Must Equal' and 'Initial Qty' are labels, right? If so, the syntax you need is:
If('Must Equal'.Text = 'Initial Qty'.Text , SubmitForm(EditFormSTTT_1))