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
 
G

Guest

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top