eckert1961
Registered User.
- Local time
- Today, 16:08
- Joined
- Oct 25, 2004
- Messages
- 90
Hello,
I have a small anoying problem that I'm hoping someone can help resolve.
On my main form I have a text box that shows the current number of members that are in the database. The default count is for all members whether they are active or inactive. On this same form I have a list box that I select whether I want to display active, inactive or all. When I select Yes, for example, the text box doesn't display the current count until I either move off the current record or I go to the Records menu and select Refresh.
I have the following in the control source of the text box.
="(" & Dynaset.RecordCount & " " & "Members Found)"
In the After Update event of both the text box and the list box I have added a requery statement.
Text Box:
Me.Requery
List Box:
Text96.requery
I've searched through this forum and all indications are that this should work. Any ideas anyone? Thanks in advance.
Regards,
Chris
I have a small anoying problem that I'm hoping someone can help resolve.
On my main form I have a text box that shows the current number of members that are in the database. The default count is for all members whether they are active or inactive. On this same form I have a list box that I select whether I want to display active, inactive or all. When I select Yes, for example, the text box doesn't display the current count until I either move off the current record or I go to the Records menu and select Refresh.
I have the following in the control source of the text box.
="(" & Dynaset.RecordCount & " " & "Members Found)"
In the After Update event of both the text box and the list box I have added a requery statement.
Text Box:
Me.Requery
List Box:
Text96.requery
I've searched through this forum and all indications are that this should work. Any ideas anyone? Thanks in advance.
Regards,
Chris