Microsoft Access Database Simple help required
Budget: $10 – $30 AUD
Im trying to create a form with an imbedded QR code.
The QR code isn't auto updating to the fields selected in the VB code.
The hyperlink auto updates and works as desired but the qr code does not.
this is the code that isn't updating.
URLDowloadToFile 0, "https://chart.googleapis.com/chart?chl=https:/docs.google.com/forms/d/e/1FAIpQLSc6fSWSvLSMpN686JHiy0h3S9RC3avDT-qWSHxOGSDbMYL7nw/viewform?usp=pp_url&entry.555792064= " & [EMPLOYEE ID] & " &entry.1871702717= " & [Job Number] & """ &chs=200x200&cht=qr", MyPath, 0, 0
The link works but the fields im trying to pull the data from do not. I cannot get this syntax.
=[EMPLOYEE ID]
=[Job Number]
Please help
The QR code isn't auto updating to the fields selected in the VB code.
The hyperlink auto updates and works as desired but the qr code does not.
this is the code that isn't updating.
URLDowloadToFile 0, "https://chart.googleapis.com/chart?chl=https:/docs.google.com/forms/d/e/1FAIpQLSc6fSWSvLSMpN686JHiy0h3S9RC3avDT-qWSHxOGSDbMYL7nw/viewform?usp=pp_url&entry.555792064= " & [EMPLOYEE ID] & " &entry.1871702717= " & [Job Number] & """ &chs=200x200&cht=qr", MyPath, 0, 0
The link works but the fields im trying to pull the data from do not. I cannot get this syntax.
=[EMPLOYEE ID]
=[Job Number]
Please help