Hi, 
I have a program which the user needs to retrive and update information. I have 8 forms that I am trying to link to a main menu using buttons. I have been using this code but it just take the button to a new created form not my form that already exists.
 
Dim listForm As Form
listForm.ShowDialog(Me)
listForm.Show()
 
I don't know if I have to import the forms or something, I just don't know how to link them togther. Could anyone please offer advise.
Thanks in Advance 
 
 
	
		
			
		
		
	
				
			I have a program which the user needs to retrive and update information. I have 8 forms that I am trying to link to a main menu using buttons. I have been using this code but it just take the button to a new created form not my form that already exists.
Dim listForm As Form
listForm.ShowDialog(Me)
listForm.Show()
I don't know if I have to import the forms or something, I just don't know how to link them togther. Could anyone please offer advise.
Thanks in Advance
 
  
	 
 
		

 
 
		 
 
		 
 
		