Hi
You could try the adapting the following code:
Dim TableName As String, x
TableName = "tblRates" & cmbMonth & cmbYear (cmbMonth and cmbYear refer to your two combo boxes)
x = DCount("*", TableName)
MsgBox x
But personally I would have just one table, tblRates, with...