Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SubForm class module for SubForm as SubReport

Status
Not open for further replies.

1koppp

Technical User
Sep 7, 2004
14
US
Hello,
I have a subform which i was trying to flag a barcode (field) to be visible if a "Special" box is checked. I used code "special = -1" etc etc. everything works great on the subform if I have the code in the "Current" condition and in the 'Special' "AfterUpdate" condition; However I cannot seem to get this to load when the subform is used as a subreport for printing. The Barcode is always visible.
My solution was to just change the barcode to a non-functioning one, and save the value in a table.
SO, the question is: Is there a relatively simple way to get the subform class module to activate when that subform is pulled in as a subreport?
Hope this makes sense.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top