G
Guest
I have converted 5 separate field date entries into separate fields
converting them to a numeric value. I need to add each one to the other for a
total line entry. Each one looks for a date entry, then shows a number 1 for
it.
example: 1CapDateNbr: IIf([1Capdate]=Yes,"1"," ")
2CapDateNbr: IIf([2Capdate]=Yes,"1"," ")
3CapDateNbr: IIf([3Capdate]=Yes,"1"," ")
4CapDateNbr: IIf([4Capdate]=Yes,"1"," ")
5CapDateNbr: IIf([5Capdate]=Yes,"1"," ")
I need to add them together.
Thanks for your help.
converting them to a numeric value. I need to add each one to the other for a
total line entry. Each one looks for a date entry, then shows a number 1 for
it.
example: 1CapDateNbr: IIf([1Capdate]=Yes,"1"," ")
2CapDateNbr: IIf([2Capdate]=Yes,"1"," ")
3CapDateNbr: IIf([3Capdate]=Yes,"1"," ")
4CapDateNbr: IIf([4Capdate]=Yes,"1"," ")
5CapDateNbr: IIf([5Capdate]=Yes,"1"," ")
I need to add them together.
Thanks for your help.