Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: using variables to refer to forms


Message #1 by "Michael DeVicariis" <webtemp@u...> on Fri, 3 Nov 2000 19:28:17 -0000
Try with the set statment

 sub cmdReturn_Click
 
     dim frmReturnForm as form
     Set frmReturnform = frmForm1
 
 end sub

  Return to Index