Setting Up a Bar Code Value in a Detail Section

<< Click to Display Table of Contents >>

 

Setting Up a Bar Code Value in a Detail Section

To use this feature, write the next script on the OnFormat event of a Detail Section.

Sub OnFormat
  Report.Sections("Detail").Controls("BarCode1")._
    Caption = Right(Report.Field("E3TimeStamp"), 8)
End Sub

Was this page useful?