Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to edit column chitoi into TableA

Status
Not open for further replies.

btamsgn

Instructor
Jan 17, 2011
10
0
0
VN
Hi ,
I want to edit values of Schi(12) into column chitoi of Table Tbltienlui :
How a function/sub tanggiam to write values in column Chitoi and in column Chilui (Table Tbltienlui)
Dim sChi(12) As String
texttoi=sChi(7)
textlui=sChi(1)
1.resultA column Chitoi: sChi(7),sChi(8),sChi(9),sChi(10),sChi(11),sChi(12),sChi(1),sChi(2),sChi(3),sChi(4),,sChi(5),sChi(6)
2.resultB column Chilui: sChi(1),sChi(12),sChi(11),sChi(10),sChi(9),sChi(8),sChi(7),sChi(6),sChi(5),sChi(4),,sChi(3),sChi(2)
the attachment and example in Table Tbltienlui for your ref.

Cảm ơn.
 
 https://drive.google.com/file/d/15EHQrJUP_4Uif1JQ7e37YhKUFIDkLTZ-/view?usp=sharing
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top