thanks lameid !!! your suggestion worked!!
Private Sub Detail_Format(Cancel As Integer, FormatCount As Integer)
Dim rpt As Report
Dim ctl As Control
Set ctl = Me.txtDESC
Set rpt = Me
If rpt.Left < "1000" Then
Me![txtDESC].Visible = True
Else
Me![txtDESC].Visible = False
End If...
close i cant use a crosstab because i need 2 colum headings. the other idea wont work because i only have 3 controls.
I have one query the report needs to be laid out like this
Comp A Comp B Comp C
Actual Budg Var Actual Budg Var Actual Budg Var...
Hey all
I have a report that has data in the detail section like this:
Customer Name
Actual Budget Variance
Telephone 50.00 60.00 10.00
Gas 30.00 20.00 -10.00
Now the report is a 3 column report so in the detail section there are thre customers...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.