Recordset Type Mismatch

foxhound

Board Regular
Joined
Mar 21, 2003
Messages
182
The following works in a query but I am getting a type mismatch when used in VBA. Can anyone tell me what I am doing wrong? (Using Access 2000, have dimmed the recordset as DAO and "Super" is a number field)

set numSubs = "SELECT DISTINCTROW Count([Employee Snapshot].EmpName) AS SubCount FROM [Employee Snapshot] WHERE ((([Employee Snapshot].Super)=3014912));"
 

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top