Listbox
Database
2
Posts
2
Posters
0
Views
1
Watching
-
I have datas from base sql 2000 example what I get from base id b1 b2 b3 b4 b5 1 10 11 21 35 39 2 03 18 33 39 45 3 14 17 25 31 44 what I need through VBcode 1 0 1 1 5 9 2 3 8 3 9 5 3 4 7 5 1 4 how do I get this thanks
jaakinye
try googling "SQL Substring"[^] here is one possible solution: http://www.1keydata.com/sql/sql-substring.html[^]