Forum Discussion
MarkShnier__You
2 months agoQrew Legend
I'm not sure exactly what your question is but here is some syntax for a Formula Text field to generate a printed QR code for the field called [Item #]
"<img src='http://chart.googleapis.com/chart?cht=qr&chs=240x240&chl="
& URLEncode([Item #]) & "'>"
and here is another one to try
"<img src=https://quickchart.io/chart?cht=qr&chs=150x150&chl=" & URLEncode([Item #]) & "</a>"