I write a program but now got a problem. Everyone can help me.
And this problem:
+ I have 2 form.
- Form 1 have 3 combobox with some item load from database Access.
- Form 2 load data when change item at combobox form 1.
I close form 1 and re-open this form but all item i loaded from database Access lost all . I try using Me.Hide(), Me.Dispose(False) or change Shutdown mode in Project Properties but is not right :(.
I want when i close form 1 and re-open form 1, all data in this form like combobox or some control like that not lost data :-/.
Everyone can help me. Thanks all!
p/s: My English is not well, i'm sorry about that :$!.