Crookshanks
Technical User
Goodmorning,
I am using DAO 3.60 in my application. Now I want to count te records in en linked table.
set rs = dbOpenRecordset("tbl_Remote")
debug.print rs.recordcount
Gives 1 instead of the real number of records, does the system open the linked table as a dynaset? When I want to count the numer of records in a query based on linked tables I meet the same problem. Can anyone please explain this to me, should be rather simple.
Thanks in advance,
I am using DAO 3.60 in my application. Now I want to count te records in en linked table.
set rs = dbOpenRecordset("tbl_Remote")
debug.print rs.recordcount
Gives 1 instead of the real number of records, does the system open the linked table as a dynaset? When I want to count the numer of records in a query based on linked tables I meet the same problem. Can anyone please explain this to me, should be rather simple.
Thanks in advance,