Lostsamoan
Registered User.
- Local time
- Today, 06:09
- Joined
- May 1, 2008
- Messages
- 12
gonna try to keep this simple. i have 3 columns
Training Datex
Training Date
Training Dates
Datex either displays a blank or 00/00/0000 (based on a previous query)
Date display the training date if it was done. also could display a blank if no training has been done. if there is training date it is displayed as yyyy/mm (for example"2012/06" ) just for info it is in text format
Dates is where i am having the problem.
Training Dates: IIf([Training Date]=NULL,[Training Date],[Training Datex])
what i want is if training date is blank, use value of training datex(regardless if it is blankor not) if training date is not blank us training date value .
any help would be much a appreciated. and also sorry about the confusing names
Much mahalo
Training Datex
Training Date
Training Dates
Datex either displays a blank or 00/00/0000 (based on a previous query)
Date display the training date if it was done. also could display a blank if no training has been done. if there is training date it is displayed as yyyy/mm (for example"2012/06" ) just for info it is in text format
Dates is where i am having the problem.
Training Dates: IIf([Training Date]=NULL,[Training Date],[Training Datex])
what i want is if training date is blank, use value of training datex(regardless if it is blankor not) if training date is not blank us training date value .
any help would be much a appreciated. and also sorry about the confusing names
Much mahalo