Deltaflyer
Programmer
Dim db As Database
Dim rs As Recordset
Set db = Workspaces(0).OpenDatabase(Locale + "\vbft.mdb"
sSQL = "Select * from details"
Set rs = db.OpenRecordset(sSQL, 2)
With this coding i am trying to return 400+ rows, there are 400+ rows in the table, but whenever i execute this i get returned only 1 row. i.e. rs.recordset=1
Can anybody help me out here? DeltaFlyer
The Only Programmer To Crash With Style. LOL
Dim rs As Recordset
Set db = Workspaces(0).OpenDatabase(Locale + "\vbft.mdb"
sSQL = "Select * from details"
Set rs = db.OpenRecordset(sSQL, 2)
With this coding i am trying to return 400+ rows, there are 400+ rows in the table, but whenever i execute this i get returned only 1 row. i.e. rs.recordset=1
Can anybody help me out here? DeltaFlyer
The Only Programmer To Crash With Style. LOL