Forum Discussion
JonathanAlday
29 days agoQrew Member
Hi,
I managed to create the QR code using Formula Text, but what I need to do is to have a Text Field that can scan the QR code then display the details of the QR ID like the product name, manufacturer, etc. You can refer to this Youtube video: https://youtu.be/XgkfTpXTYBc?t=113
- MarkShnier__You29 days agoQrew Legend
Well if you want to be able to scan a QR barcode and have a record display then you would have to use a URL to display the record. Do you need help with a syntax to make a button to display a record?
it would be be like
URLRoot() & "db/" & Dbid() & "?a=dr&rid=" & [Record ID#]