A
Asif
I have a listbox that displays Date and Quantity above the listbox is
a textbox that holds the year . On the After Update event of this
textbox I have the following expression
=Text14.Requery
When I change the entry in the textbox from 2007 to 2008 the listbox
contents is emptied as there is no data for 2008.
Now I've placed another listbox in this form and have tried to apply
the same syntax as above for this listbox but nothing happens when I
change the year.
Any suggestions??
Thanks
a textbox that holds the year . On the After Update event of this
textbox I have the following expression
=Text14.Requery
When I change the entry in the textbox from 2007 to 2008 the listbox
contents is emptied as there is no data for 2008.
Now I've placed another listbox in this form and have tried to apply
the same syntax as above for this listbox but nothing happens when I
change the year.
Any suggestions??
Thanks