I'm trying to add a 0 to the front of a date field (in text format) if the length is 7. In otehr words if the date is 8172001 I need to add a 0 to I can add two /s after that. What's wrong with this formula?
iff(Len([Date In]=7),0+[Date In],[Date In])
iff(Len([Date In]=7),0+[Date In],[Date In])