G
Guest
I'm trying to use DCount to count the number of records with a particular
employee number. The employee number is contained in a combo box and is
picked by the user. The final count is then stored in a text box on my form.
It looks something like this: .....txtCount = DCount("datDate", "tblX",
"txtID = cboName.Column(0)"). datDate signifies the date that a button was
pushed. I'm getting an "Undefined function 'cboName.Column' in expression"
error. Any thoughts?
Nick
employee number. The employee number is contained in a combo box and is
picked by the user. The final count is then stored in a text box on my form.
It looks something like this: .....txtCount = DCount("datDate", "tblX",
"txtID = cboName.Column(0)"). datDate signifies the date that a button was
pushed. I'm getting an "Undefined function 'cboName.Column' in expression"
error. Any thoughts?
Nick