Auto Fill URL with Field

Auto Fill URL with Field

Hello, 

I am developing an order management system that requires each individidual record to have a barcode/QR code so that they can be scanned to bring up information at certain points along our manufacturing cycle. 

I have created a 13 digit autofill number for each record, and I would like to retrieve a QR code using that autofill number from an external website, however I don't know how to input the field name into the URL so that it automatically fills this part of the URL with the records Autonumber?  

I have tried the below, but it doesn't seem to be working: 

Barcode_1 = "<img src=\" http://www.barcodes4.me/barcode/c39/<Auto_Numer>.png\" border=\"0\">";

Please help! 

Thanks,

Jon