i have a table containing date
i want to split the data
field name : singledate
example : 12/Dec/2011
answer to be
1stdate 2nd date ( format date/time)
12 dec/2011
table view
singledate 1stdate 2nd date ( format date/time)
2/Dec/2011 12 dec/2011
is it possible
second question
and text field into 3 fileds
field name :alltext
Example :E02500X02
1st 2nd 3rd
E02 500 X02
table view
alltext 1st 2nd 3rd
E02500X02 E02 500 X02
is it possible in same table as
i want to split the data
field name : singledate
example : 12/Dec/2011
answer to be
1stdate 2nd date ( format date/time)
12 dec/2011
table view
singledate 1stdate 2nd date ( format date/time)
2/Dec/2011 12 dec/2011
is it possible
second question
and text field into 3 fileds
field name :alltext
Example :E02500X02
1st 2nd 3rd
E02 500 X02
table view
alltext 1st 2nd 3rd
E02500X02 E02 500 X02
is it possible in same table as