I have developed a program which save, delete, update, search and the records are displayed on one form(MainForm1). The help I need is to have another form(SearchForm) whereby I can use it for searching only but the information should be displayed on the main form(MainForm1) when I search.
MainForm1- save, delete, update( the records should be displayed here when searching).
SearchForm- searching only here
I have no idea how can i do it.