J
Judy
I'm trying to set the ControlSource for an unbound control on a report
and I'm having trouble with the syntax. If I use
Me.Budget.ControlSource = "Budget"
this works, but what I actually want is to add 2 numbers together,
Me.Budget.ControlSource= Budget1 + Budget2
I have tried many variations with brackets, quotes, and parenthesis,
but I can;t quite get it.
Thanks
and I'm having trouble with the syntax. If I use
Me.Budget.ControlSource = "Budget"
this works, but what I actually want is to add 2 numbers together,
Me.Budget.ControlSource= Budget1 + Budget2
I have tried many variations with brackets, quotes, and parenthesis,
but I can;t quite get it.
Thanks