Opening a recordset Table over a VPN



I am trying to open a recordset in a table to find the Recordcount whithout
briging the whole recordset down the vpn line it seems like the code i am
using is wrong ?
Set RsSupplier = New ADODB.Recordset
RsSupplier."SupplierTable", BCdataConnectionString, adOpenStatic,
adLockOptimistic, adCmdTable
Any body know an other way
I only want the RecordCount not the 5000 suppliers list
thanks
John Roy


.


Loading