Y
Yung
Dear all,
I have a table as below:
Column1 Column2
------- -------
abc 1
bbc 2
ccd 3
What I want to do is when column2 = 2, then access add
one blank row below it, if column2 = 3, then access add 2
blank rows.. etcetc..
Would anyone tell me how should I code it inorder to
achieve this purpose?
Thanks in advance.
I have a table as below:
Column1 Column2
------- -------
abc 1
bbc 2
ccd 3
What I want to do is when column2 = 2, then access add
one blank row below it, if column2 = 3, then access add 2
blank rows.. etcetc..
Would anyone tell me how should I code it inorder to
achieve this purpose?
Thanks in advance.