I imported Table A from a mainframe file. One of the fields I imported is "Date Of Birth" which has a format of yymmdd.
I defined this field as a text field because it has a field length of 6.
An example of a value for 1 record on Table A for this Date Of Birth field is 580723. I created a report to display the Date Of Birth. I defined the Date Of Birth field in the Report as a text box control. Is there a way to convert the this Date Of Birth value from 580723 (as per the Table A value in the Date Of Birth text field) to a display value of 07/23/58 using the Control Source Property of the Text box control on the Report.
I defined this field as a text field because it has a field length of 6.
An example of a value for 1 record on Table A for this Date Of Birth field is 580723. I created a report to display the Date Of Birth. I defined the Date Of Birth field in the Report as a text box control. Is there a way to convert the this Date Of Birth value from 580723 (as per the Table A value in the Date Of Birth text field) to a display value of 07/23/58 using the Control Source Property of the Text box control on the Report.