ListCount ???

D

Devlin

I have a list box populated with data. I am attempting to show the list's
count in an unbound text box. I'm sure this is being done correctly, but for
some reason the text box displays the "#name?" error.

My syntax is simply =MyListBox.ListCount in the text box's control source.

Can anyone help here?
 
D

Devlin

I got this to work, something was apparently corrupt with the form itself. I
moved the controls to a new form and all works fine.

If anyone knows why 2003 would behave like this, your input is welcome. I
haven't seen anything like this before in earlier versions.
 
D

Dirk Goldgar

In
Devlin said:
I got this to work, something was apparently corrupt with the form
itself. I moved the controls to a new form and all works fine.

If anyone knows why 2003 would behave like this, your input is
welcome. I haven't seen anything like this before in earlier
versions.

The action of Name AutoCorrect, maybe? Other than that I have no idea.
 
Top