Hi everyone,
im developing one application for banking. there i have stucked wit one prob.
now prob is tat im not able to access multiple tables at a time through vb.
my coding is as below
Dim rs_cust As Recordset
Dim cn_cust As Connection
Dim rs_acco As Recordset
Dim cn_acco As Connection
Dim rs_tran As Recordset
Dim cn_tran As Connection
Dim db, table, msg, sql, login,...