D 
		
								
				
				
			
		DOYLE60
On several reports, I'm using the following code to draw a line every 5
records.
Me.Line110.Visible = (Me!CountThem Mod 5 = 0)
I just designed a new report that is going to need to do the above but also
draw a line after the last record. How do I edit the above to do that? Thanks,
Matt
				
			records.
Me.Line110.Visible = (Me!CountThem Mod 5 = 0)
I just designed a new report that is going to need to do the above but also
draw a line after the last record. How do I edit the above to do that? Thanks,
Matt