P
PatK
I have an access database that originally was created in office 2003 access.
I am not in 2007 Access. When I go into the IDE, I can see, under Microsoft
Office Access Class Objects, a set of what appears to be modules named:
- Form_form abc
- Form_form xyz
etc
Each of these corresponds to an actual form I have created, and includes
subroutines like
Private Sub RefreshAssetTable()
ImportExcel
End Sub
Private Sub Command4_Click()
ImportExcelAssets
End Sub
by default. Now, my question: How did this class "modules" (and I know
that is the wrong term) get created? I "thought" it was a function of my
having created the form back in 2003. I then inserted code on various event
subroutines with these class modules.
Now I am in 2007 however, and these do not seem to be created when I create
a new form.
Have I gone insane? I know I created the old DB and forms a year or so ago,
but I do not remember doing anything "special" to create these classes.
Thanks for any insights...I "think" i need some new ones, linked to new
forms I am creating, but for the life of me, cannot seem to figure out how to
make them.
Thanks!
patk
I am not in 2007 Access. When I go into the IDE, I can see, under Microsoft
Office Access Class Objects, a set of what appears to be modules named:
- Form_form abc
- Form_form xyz
etc
Each of these corresponds to an actual form I have created, and includes
subroutines like
Private Sub RefreshAssetTable()
ImportExcel
End Sub
Private Sub Command4_Click()
ImportExcelAssets
End Sub
by default. Now, my question: How did this class "modules" (and I know
that is the wrong term) get created? I "thought" it was a function of my
having created the form back in 2003. I then inserted code on various event
subroutines with these class modules.
Now I am in 2007 however, and these do not seem to be created when I create
a new form.
Have I gone insane? I know I created the old DB and forms a year or so ago,
but I do not remember doing anything "special" to create these classes.
Thanks for any insights...I "think" i need some new ones, linked to new
forms I am creating, but for the life of me, cannot seem to figure out how to
make them.
Thanks!
patk