S
Shaleen Chugh
Hi,
I am connecting MS access front end to SQLserver 2000 backend.
When I use this command within my code
Set Tbl1 = db1.OpenRecordset("select * from RecordCounts", dbOpenDynamic)
Debug.print Tbl1.recordcount
Its giving -1, Any leads why this is happening and how to get the record
count for the table?
Thanks,
Rgds,
Shaleen
I am connecting MS access front end to SQLserver 2000 backend.
When I use this command within my code
Set Tbl1 = db1.OpenRecordset("select * from RecordCounts", dbOpenDynamic)
Debug.print Tbl1.recordcount
Its giving -1, Any leads why this is happening and how to get the record
count for the table?
Thanks,
Rgds,
Shaleen