Mpeterson1022
New Member
- Joined
- Sep 9, 2015
- Messages
- 1
Hello,
I'm trying to do what is typically done within excel using the "Convert Text to Columns" wizard (Delimited) and a "Paste Special - Transpose" function within Access.
For example, within the form in access, I have several dates listed, seperated by a comma (1/3/16, 1/5/16, 1/6/16, 1/9/16, 1/11/16, 1/13/16, 1/17/16, 1/19/16, 1/20/16, 1/22/16, 1/23/16, 1/24/16, 1/27/16). All within one cell.
I want to know if there is a way to seperate by commas and put each date into it's own cell going down a column, so within the cells, it would be listed as something like this:
1/3/16
1/5/16
1/6/16
1/9/16
etc...
Is there a code I could use within a query, so each date would be on it's own line within it's own cell. If this code could also remove any duplicates, that would be amazing.
Thank you for any help anyone can offer.
I'm trying to do what is typically done within excel using the "Convert Text to Columns" wizard (Delimited) and a "Paste Special - Transpose" function within Access.
For example, within the form in access, I have several dates listed, seperated by a comma (1/3/16, 1/5/16, 1/6/16, 1/9/16, 1/11/16, 1/13/16, 1/17/16, 1/19/16, 1/20/16, 1/22/16, 1/23/16, 1/24/16, 1/27/16). All within one cell.
I want to know if there is a way to seperate by commas and put each date into it's own cell going down a column, so within the cells, it would be listed as something like this:
1/3/16
1/5/16
1/6/16
1/9/16
etc...
Is there a code I could use within a query, so each date would be on it's own line within it's own cell. If this code could also remove any duplicates, that would be amazing.
Thank you for any help anyone can offer.