Help

Find record with barcode with exact match

Topic Labels: Base design Data
414 1
cancel
Showing results for 
Search instead for 
Did you mean: 
Mark53c
4 - Data Explorer
4 - Data Explorer

Hi everyone, I want to use the barcode to find the exact record, but somehow it keeps listing relevant records.

My barcode formula is TX1, TX2...

But when I look up the barcode for TX2, it also shows TX20, TX220

Can it be fixed? 

Thanks in advance

1 Reply 1

I don't think so I'm afraid as it doesn't search for identical matches.  Perhaps you could try to make your barcode formulas have leading 0s instead?

Screenshot 2024-06-24 at 4.55.07 PM.png

"TX" & 
REPT(
  '0', 
  4 - LEN(Number & "")
) &
Number