saintedmunds
Technical User
Hi
I have a form with a tabcontrol which has a panel in each tab when I open the main form I add a form to the panel which works ok. but when i go to my next record on the main form I cant get the tabcontol form to reload/refresh the data.
I have tried this
Dim frm2 As New fContactNotes
frm2.GetNotes()
GetNotes is a sub which i use to get the data on the form in the panel which works ok on the formload.
any help would be great
Cheers
I have a form with a tabcontrol which has a panel in each tab when I open the main form I add a form to the panel which works ok. but when i go to my next record on the main form I cant get the tabcontol form to reload/refresh the data.
I have tried this
Dim frm2 As New fContactNotes
frm2.GetNotes()
GetNotes is a sub which i use to get the data on the form in the panel which works ok on the formload.
any help would be great
Cheers