I have a database table with 4 fields. One is calculated from the others - one of which is a date/time field. The calculation works but I can't get the date portion in the format that I want (yyyymmdd) even though the date field is itself formatted this way. See attachments. How do I get the resultant calculated field format to look like this: 000a:wzyx:20130730. The first part works fine but the date portion always comes out mm/dd/yy - so, it looks like this: 000a:wzyx:07/30/2013. Any ideas?