Doug Frome
New member
- Local time
- Today, 10:34
- Joined
- Aug 18, 2013
- Messages
- 1
I use Microsoft Access 2003 with XP. I have a Memo field with a pile of coded numbers that look like this :-
1399;1705;1720;3029;2293;2307;2308;2349;2376;1262;2385;2402;2448;2455; 1878;2507;2571;2587;2605;2621;2677;2678;2692;2930;2962
They are all separated by a semi colon and 100 is the most amount of numbers in the cell.. I need to figure out a way of putting them all in ascending numeric order, so they would look like this :-
1262;1399;1705;1720;1878;3029;2293;2307;2308;2349;2376;2385;2402;2448;2455;2507;2571;2587;2605;2621;2677;2678;2692;2930;2962
Is there an update query that I can use for this ? even if it means placing them in an adjacent memo field ?
Cheers,
Doug
1399;1705;1720;3029;2293;2307;2308;2349;2376;1262;2385;2402;2448;2455; 1878;2507;2571;2587;2605;2621;2677;2678;2692;2930;2962
They are all separated by a semi colon and 100 is the most amount of numbers in the cell.. I need to figure out a way of putting them all in ascending numeric order, so they would look like this :-
1262;1399;1705;1720;1878;3029;2293;2307;2308;2349;2376;2385;2402;2448;2455;2507;2571;2587;2605;2621;2677;2678;2692;2930;2962
Is there an update query that I can use for this ? even if it means placing them in an adjacent memo field ?
Cheers,
Doug