Forum Discussion
MikeTamoush
2 years agoQrew Elite
Is BOL ID# your key field? If you switched the key field from [Record iD#], you will need to use the syntax Mark posted ("...&key=" & URLEncode([BOL ID#]))
MarkShnier__You
Qrew Legend
2 years agoHere is syntax that also works for me. I found that the Google AI was not reliable.
var text URL = URLEncode(URLRoot() & "db/" & Dbid() & "?a=dr&rid=" & [Record ID#]);
"<img src=https://quickchart.io/chart?cht=qr&chs=150x150&chl=" & $URL & "</a>"