View Single Post
  #1 (permalink)  
Old April 21st, 2008, 06:38 AM
The_Vicar The_Vicar is offline
Registered User
 
Join Date: Apr 2008
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default run query via vba with parameters

Hi,

I've got a table in access, and am connected to it in VBA.
Now I'd like to count records in the table, that's not a problem.
But I want to count records from that table, where the date (field) is between 2 dates given in the vba code.

difficult question, prob a simple answer...?

Thx,
The Vicar

Reply With Quote