Ron_dK
Cool bop aficionado
- Local time
- Today, 22:08
- Joined
- Sep 5, 2002
- Messages
- 2,141
I have a form in my Dbase which has quite a number of text boxes on it.
The control source of the majority of these textboxes is something like :
=DCount(" [Survey-Input-ID]","[Qry-analyze-input]","[2] like 'S' and [Survey-conducted] between #4/1/2004# and #4/30/2004# and [23] like 'D' ")
When I open this form , it takes ages to see all the calculated values in the appropriate textbox.
Is there a way to speed this up, or maybe using VB for these functions.
Any help is greatly appreciated.
Cheers , Ron
The control source of the majority of these textboxes is something like :
=DCount(" [Survey-Input-ID]","[Qry-analyze-input]","[2] like 'S' and [Survey-conducted] between #4/1/2004# and #4/30/2004# and [23] like 'D' ")
When I open this form , it takes ages to see all the calculated values in the appropriate textbox.
Is there a way to speed this up, or maybe using VB for these functions.
Any help is greatly appreciated.
Cheers , Ron