A
Asif
I have a listbox (lst_Cables) which holds date and quantity of all the
entries made. I also have a textbox (txt_Start) this textbox displays
the date of the last entry in the lst_Cables. When the listbox is
cleared the date value in txt_Start remains however when the form is
closed and then re-opend the value in txt_Start is gone and an error
message appears instead. I'm assuming this occurs because the listbox
is empty and the default value of the textbox resets itself.
What I want to do is somehow to store the date value displayed in the
textbox (txt_start) so that when I re-open the form I can see the date
of the last entry of the listbox before it was erased. Any suggestions
Thanks
entries made. I also have a textbox (txt_Start) this textbox displays
the date of the last entry in the lst_Cables. When the listbox is
cleared the date value in txt_Start remains however when the form is
closed and then re-opend the value in txt_Start is gone and an error
message appears instead. I'm assuming this occurs because the listbox
is empty and the default value of the textbox resets itself.
What I want to do is somehow to store the date value displayed in the
textbox (txt_start) so that when I re-open the form I can see the date
of the last entry of the listbox before it was erased. Any suggestions
Thanks