Text Box on form to Show Total Number of Records

drp

Registered User.
Local time
Today, 14:08
Joined
Dec 4, 2010
Messages
16
Hi!

I have a form containing 4 text Boxes txt1, txt2, txt3 and txt4

I want

txt1 show records from table empDetail having age between 18 to 25
txt2 show records from table empDetail having age between 26 to 35
txt3 show records from table empDetail having age between 36 to 45
txt4 show records from table empDetail having age between 46 to 55

Any help will appreciated

Thanking you
 
If your tables aren't huge or speed is not a big factor, DCount should do exactly what you want.
 
Hi!

Thanking for quick reply

I understand but exactly do not know how to use or write criteria in DCount Function

Pls give me Expression

Thanx
 

Users who are viewing this thread

Back
Top Bottom