S
syedalna
I have data in "query1" and field1 name is "number" in form-datasheet view
like this
number (<<This is in Access Form)
601366
112121
654545
013554
I need to transfer these number to other Field2 in the same Form area to be
like this with saperated with commas ","> 601366,112121,654545,013554
Basically there are 2 field involved, (1) Field1= where it store several
number (2) field2= where these number converted to row orderly, saperated
with commas and in text line.
And also a command button, where when the button click, it will transform
data in field1 to field2.
I need help to do this in Form.
Thank you
like this
number (<<This is in Access Form)
601366
112121
654545
013554
I need to transfer these number to other Field2 in the same Form area to be
like this with saperated with commas ","> 601366,112121,654545,013554
Basically there are 2 field involved, (1) Field1= where it store several
number (2) field2= where these number converted to row orderly, saperated
with commas and in text line.
And also a command button, where when the button click, it will transform
data in field1 to field2.
I need help to do this in Form.
Thank you