kiwijules0505
Registered User.
- Local time
- Tomorrow, 04:39
- Joined
- Nov 27, 2007
- Messages
- 10
Hi all,
Is it possible to name a field (heading) based on the value of another field?
At the moment the code looks someting like this:
I would like to name the field based on the value of another field in the same table instead of the static [ThisMonth Rate]
Thanks again
Jules
Is it possible to name a field (heading) based on the value of another field?
At the moment the code looks someting like this:
Code:
Sum(IIf([START_DATE]<=[CurrentMonth],IIf([END_DATE]>=
[CurrentMonth],[COST_PER_UNIT],0),0)) AS [ThisMonth Rate]
I would like to name the field based on the value of another field in the same table instead of the static [ThisMonth Rate]
Thanks again
Jules