I have a Query named "Branch Sums" that looks like this:
Branch Maturity Date SumOfCashflow
GCI 7/22/04 ($5,000,138.89)
IBF 7/22/04 ($5,000,138.89)
NY 7/22/04 ($5,000,138.89)
I would like to create three different text boxes for each branch on my form that displays each respective amount. Or be able to display this information on my form in the following format:
NY GCI IBF
"Sum" "Sum" "Sum"
I have attempted to use dlookup to do this but I'm a newbie and it has not been working.
Any ideas??
Thank You
Branch Maturity Date SumOfCashflow
GCI 7/22/04 ($5,000,138.89)
IBF 7/22/04 ($5,000,138.89)
NY 7/22/04 ($5,000,138.89)
I would like to create three different text boxes for each branch on my form that displays each respective amount. Or be able to display this information on my form in the following format:
NY GCI IBF
"Sum" "Sum" "Sum"
I have attempted to use dlookup to do this but I'm a newbie and it has not been working.
Any ideas??
Thank You