I have observed a number of instances where it seems display format specifications I set in design mode are ignored at runtime. For instance, a form I'm currently working shows a number of dates in text boxes. I specify format of mm/dd/yy, but what I see at runtime is mm/dd/yyyy.
I've got a report that I specified a format of #,###;#,###;~ but what displays is a number with 2 decimal places.
Now I have many, many examples where I get what I expect to see. What am I missing here?
Jim
I've got a report that I specified a format of #,###;#,###;~ but what displays is a number with 2 decimal places.
Now I have many, many examples where I get what I expect to see. What am I missing here?
Jim
Comment