The help file in Access 2000 has entries for Load and Show, suggesting a
usage similar to that in VB6.0.
But code like this fails:
Dim Frm as object
Set Frm=CurrentProj ect.AllForms(0)
Load Frm
with an error that the object can't be loaded or unloaded.
Anyone have any experience with this?
usage similar to that in VB6.0.
But code like this fails:
Dim Frm as object
Set Frm=CurrentProj ect.AllForms(0)
Load Frm
with an error that the object can't be loaded or unloaded.
Anyone have any experience with this?
Comment