Moonflower
06-17-2005, 07:28 AM
All,
I have a form created but it is not set up as my startup page.
My startup page is :
module globals
sub main()
databaseglobals()' I want to make a call here to show the form
end sub
end module
The form is called frmSearchSkills in class frmSearchSkills with load event
called frmSearchSkills_load(...)
What do I need to put where to make this form load from module globals?
Thank you
Moon
I have a form created but it is not set up as my startup page.
My startup page is :
module globals
sub main()
databaseglobals()' I want to make a call here to show the form
end sub
end module
The form is called frmSearchSkills in class frmSearchSkills with load event
called frmSearchSkills_load(...)
What do I need to put where to make this form load from module globals?
Thank you
Moon