J
Judy
I'm having difficulty setting the control source of an object on my
report. When I use
Me.Budget.ControlSource = "Budget1"
everything works fine, but I really need to add two fields (or more)
together, so I tried
Me.Budget.ControlSource = "=[Budget1] + [Budget2]"
I believe I have used this syntax before. This time the data on my
report is wrong. Within a group, each line has the same data as the
first line item in the group. Any ideas about what I'm doing wrong?
Thanks.
report. When I use
Me.Budget.ControlSource = "Budget1"
everything works fine, but I really need to add two fields (or more)
together, so I tried
Me.Budget.ControlSource = "=[Budget1] + [Budget2]"
I believe I have used this syntax before. This time the data on my
report is wrong. Within a group, each line has the same data as the
first line item in the group. Any ideas about what I'm doing wrong?
Thanks.