Report Details

D

DS

How can I hide or show the report details section based on a value
in a field on the section header?
Thanks
DS
 
D

Duane Hookom

You should be able to add code to the On Format event of the detail section
like:
Cancel = (Me.txtInGroupHeader = [SomeValue])
 
D

DS

Worked Great!
Thanks
DS
Duane Hookom said:
You should be able to add code to the On Format event of the detail
section
like:
Cancel = (Me.txtInGroupHeader = [SomeValue])
--
Duane Hookom
Microsoft Access MVP


DS said:
How can I hide or show the report details section based on a value
in a field on the section header?
Thanks
DS
 
Top