Hi, I hope anyone can help me with my issue.
I have a column in a table that has yymmdd in it as text,
however, access does not allow me to format from text to date if it does not have slashes between the yy, mm, and dd.
How can I go about to code something that would populate
slashes between the yy, mm, and dd?
Original data in a table
yymmdd (as text)
yymmdd
yymmdd
yymmdd...
Need to populate the data to in a table
yy/mm/dd
yy/mm/dd
yy/mm/dd
yy/mm/dd...
Thank you so much for your help!
I have a column in a table that has yymmdd in it as text,
however, access does not allow me to format from text to date if it does not have slashes between the yy, mm, and dd.
How can I go about to code something that would populate
slashes between the yy, mm, and dd?
Original data in a table
yymmdd (as text)
yymmdd
yymmdd
yymmdd...
Need to populate the data to in a table
yy/mm/dd
yy/mm/dd
yy/mm/dd
yy/mm/dd...
Thank you so much for your help!