hello all
i tried this code and it give me error on the line (with bold font)
Set rprt = CreateReport
with rprt
.RecordSource = "ListY"
.Caption = "List_Y"
.Section(acDetail).Height = 500
.Section(acHeader).Visible = True
end with
can anyone tell me why?
is there a way to show the report Header in a report?
thank you
Lina
i tried this code and it give me error on the line (with bold font)
Set rprt = CreateReport
with rprt
.RecordSource = "ListY"
.Caption = "List_Y"
.Section(acDetail).Height = 500
.Section(acHeader).Visible = True
end with
can anyone tell me why?
is there a way to show the report Header in a report?
thank you
Lina