Results 1 to 2 of 2
  1. #1
    tuna is offline Novice
    Windows Vista Access 2007
    Join Date
    May 2010
    Posts
    21

    Form Class_Initialize


    Given that all form modules are class modules, is a Class_Initialize sub valid? Or does the on open event have exactly the same effect? Thanks

  2. #2
    PianoMan64 is offline Novice
    Windows XP Access 2007
    Join Date
    Dec 2009
    Posts
    29
    The Class_Initialize is fired when you create an instance of the class. This way if there are additional methods that need to be called, or values set as defualt within the class, this can be done at the time of class initialization.

    I hope that makes sense.

    Joe P.

    If you consider this solved, please mark it as such.

Please reply to this thread with any new information or opinions.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums