boomslanger
Registered User.
- Local time
- Today, 23:53
- Joined
- Jun 18, 2009
- Messages
- 16
I have this straightforward DCount control in Control Source that shows the number of Assets.
=DCount("Asset","AssetListFilter")
AssetListFilter is a Query.
Problem I'm having on the form is the count is not shown until I click on the control, then when I move to to then next record it goes blank again until I click on it, otherwise the count works as it should.
This has to be basic, but I cannot find out how to have the control automatically update and show the count whenever I move to another record.
I thought it would be an Event function?
Thanks in advance.
=DCount("Asset","AssetListFilter")
AssetListFilter is a Query.
Problem I'm having on the form is the count is not shown until I click on the control, then when I move to to then next record it goes blank again until I click on it, otherwise the count works as it should.
This has to be basic, but I cannot find out how to have the control automatically update and show the count whenever I move to another record.
I thought it would be an Event function?
Thanks in advance.