I want to have a variable list box on a form that changes based on other variables on the same form.
One way I thought to do this was a use a "Refresh" button that would set a text variable that would be the text string and then use the Property command to set the where clause on the variable list box. It looks like this isn't updateable in Another idea was to assign the where clause to my variable (&vwhere) and use PROPERTY to refresh the list. That doesn't work, either. I think I'll have to use a second form that will contain a scrolling region but I'd rather keep it clean and on a single form. Any suggestions? Ben Fogt
