
11-22-2006, 02:01 PM
|
|
Newcomer
|
|
Join Date: Nov 2006
Posts: 3
|
|
add data to various Table
|
hello,
currently i'm develop a inventory system using VB 6 for my last semester project.the problem is i do not know how to insert a data to various Table using ADO.
here the example to clarify this.
interface text box=txt1,txt2,txt3,txt4
database table= table1, table2
i need the data from the txt1 and txt2 goes to table1 and txt3 and txt4 goes to table4.
do anyone know how?thanks a lot.
|
|