Crystal 2016: GS1-128 Symbology: FNC1

SOLVED

Hello,

I'm working on creating a barcode that needs to meet USPS requirements.

Currently the formula I am using is:

BarcodeUCC128("420" & "56901" & "92" & mid({SO_InvoiceHeader.UDF_TC_USER_8},3,24))

The font for the barcode Code128.

When this barcode is scanned, the below is what is returned:

However, I need my structure to look like below:

I cannot find how to input the <FNC1> value within my formula. I need the 92 within my formula to be the second <FNC1> value.

Thank you,

Boriss M.