JPFred
Registered User.
- Local time
- Today, 01:52
- Joined
- Oct 29, 2017
- Messages
- 47
I am a beginner / intermediate VBA programmer and need an easy to understand a code example that will accomplish the following:
The table is mytable with the following fields: texttoread (string), qrcodeadd (string? )
Read the table mytable and generate a QR code that will be stored into the field qrcodeadd for the read record. i.e.
read table mytable
using the data in the texttoread field, generate the qrcode that will be stored in the field qrcodeadd
read next record
I realize that this example is very basic but is shows that I do not need to display the generated qr code on the screen. All I need is the generated qr code to be stored into the qrcodeadd field in the table. I will use this field at a later time to generate a report with the actual image of the qr code.
Please keep in mind that I do not have a ton of experience with VBA.
Thanks,
Doc
The table is mytable with the following fields: texttoread (string), qrcodeadd (string? )
Read the table mytable and generate a QR code that will be stored into the field qrcodeadd for the read record. i.e.
read table mytable
using the data in the texttoread field, generate the qrcode that will be stored in the field qrcodeadd
read next record
I realize that this example is very basic but is shows that I do not need to display the generated qr code on the screen. All I need is the generated qr code to be stored into the qrcodeadd field in the table. I will use this field at a later time to generate a report with the actual image of the qr code.
Please keep in mind that I do not have a ton of experience with VBA.
Thanks,
Doc