SubReport Code for visible

B

Bob Vance

Help with this code please
If the first line of my subReport text box [tbAmount], tb30Day is on my Main
Report

If tbAmount = 0 Then ' Only on the first report line
tb30Day.Visible = False
Else
tb30Day.Visible = True

Thanks in advance for any help with this......Bob
MS Access 2007 accdb
Windows XP Home Edition Ver 5.1 Service Pack 3
 
Top