Sep 27, 2012 #1 rechless Technical User Jan 12, 2012 3 US I need to create a fixed length date field in this format YYYYMMDD. Can someone help? Thanks, rechless
I need to create a fixed length date field in this format YYYYMMDD. Can someone help? Thanks, rechless
Sep 27, 2012 #2 pmax9999 Technical User May 6, 2007 1,106 AU Hi rechless Assuming the data you are working with is a Date (or DateTime) field, you could convert it to text using the following: Code: ToText({Table.Date}, 'yyyyMMdd') If the data is a text field, post an example of the existing format. Hope this helps. Cheers Pete Upvote 0 Downvote
Hi rechless Assuming the data you are working with is a Date (or DateTime) field, you could convert it to text using the following: Code: ToText({Table.Date}, 'yyyyMMdd') If the data is a text field, post an example of the existing format. Hope this helps. Cheers Pete