Step 1 - Paste the function below into a VBA Module.
Step 2 - In your Reports, create a Text Box with the dimensions you want the barcode to fill.
Step 3 - Set the Text Box's Visible Property to No.
STEP 4 - In the Report Detail's On Print Event, add Result = Barcode_39(Me!MyTextBox, Me) (instead of Barcode_128()). You may need to Define the variable Result as a Boolean first.
Firstly, My idea is to involve a barcode in a form, store it in ACCESS, export data and print them out in Excel! As such, should I still need to generate a textbox in my form!?