[AccessD] Rename a form via code ?

bruce_bruen at mlc.com.au bruce_bruen at mlc.com.au
Mon Feb 9 16:19:38 CST 2004





OOPS!

Public Sub FormNameChange(Oldname As String, Newname As String)

   DoCmd.Rename Newname, acForm, Oldname

End Sub



                                                                                                                                               
                      "Chris Swann"                                                                                                            
                      <dc8 at btinternet.com>             To:       "AccessD" <AccessD at databaseadvisors.com>                                      
                      Sent by:                         cc:                                                                                     
                      accessd-bounces at databasea        Subject:  [AccessD] Rename a form via code ?                                            
                      dvisors.com                                                                                                              
                                                                                                                                               
                                                                                                                                               
                      10/02/2004 09:03                                                                                                         
                      Please respond to Access                                                                                                 
                      Developers discussion and                                                                                                
                      problem solving                                                                                                          
                                                                                                                                               
                                                                                                                                               




Hi all,

Simple question.

Is it possible to rename an Access form via code ?

Could someone give me a pointer if it is possible.

Thanks,

Chris Swann
_______________________________________________
AccessD mailing list
AccessD at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/accessd
Website: http://www.databaseadvisors.com





More information about the AccessD mailing list