G
Guest
I have a formula in an old Approach Database that I need to set as the
control source to an unbound field in Access on a report. How would I
convert it? Here's the formula:
If("Total # of Days" = 'N/A' and "Closed Date" > '', 'OK', If("Total # of
Days" = 'N/A' and "Closed Date" = '', 'N/A', If("Total # of Days" > '45',
'LATE', 'OK')))
Information:
1) "Total # of Days" and "Closed Date" are both fields in Access (renamed
without spaces)!
2) ='' means the field is empty
3) >'' means the field is not empty
Please HELP!!
control source to an unbound field in Access on a report. How would I
convert it? Here's the formula:
If("Total # of Days" = 'N/A' and "Closed Date" > '', 'OK', If("Total # of
Days" = 'N/A' and "Closed Date" = '', 'N/A', If("Total # of Days" > '45',
'LATE', 'OK')))
Information:
1) "Total # of Days" and "Closed Date" are both fields in Access (renamed
without spaces)!
2) ='' means the field is empty
3) >'' means the field is not empty
Please HELP!!