B
Boomer
I have an unbound text box in a form (frm_AssetsUnderMan) based on a table
(tbl_Assets) that shows the count of any type of asset obtained from a query.
=DCount("Asset","AssetListFilter")
AssetListFilter is the query.
In my main form the DCount function works but the result is only displayed
when I click in control for the count or when I minimise and then restore the
form window. If I don't have that control selected when I move to the next
record then the number disappears until I select the control again.
The control appears to be attempting to refresh as it very briefly flashes
every now and again but the number does not appear unless it is selected. How
can I have the number automatically appear everytime the form is opened and
another record is selected?
It maybe related. When first opening the form the Record navigation at the
bottom just shows 1 and moving forward only shows the single digit count. I
have to click the Last Record control to show the number of number e.g. 3115
of 3115 and then back to first record to get 1 of 3115. After that the record
navigation displays as usual until I close and then reopen the form.
(tbl_Assets) that shows the count of any type of asset obtained from a query.
=DCount("Asset","AssetListFilter")
AssetListFilter is the query.
In my main form the DCount function works but the result is only displayed
when I click in control for the count or when I minimise and then restore the
form window. If I don't have that control selected when I move to the next
record then the number disappears until I select the control again.
The control appears to be attempting to refresh as it very briefly flashes
every now and again but the number does not appear unless it is selected. How
can I have the number automatically appear everytime the form is opened and
another record is selected?
It maybe related. When first opening the form the Record navigation at the
bottom just shows 1 and moving forward only shows the single digit count. I
have to click the Last Record control to show the number of number e.g. 3115
of 3115 and then back to first record to get 1 of 3115. After that the record
navigation displays as usual until I close and then reopen the form.