L
Laurel
I recently heard a talk about using inheritance in Access. Following my
notes, I created a form called frmAncestor, which had a msgBox statement in
its load event, and displayed a few columns from a table. Then I created a
form called frmDescendant, which had a msgBox statement in its load event as
well. Then I put this in its Open event Implements form_frmAncestor
But when I tried to compile with that Implements statement in place, I get
this error message "Function or interface marked as restricted, or the
function uses an Automation type not supported in Visual Basic."
What am I doing wrong?
TIA
LAS
notes, I created a form called frmAncestor, which had a msgBox statement in
its load event, and displayed a few columns from a table. Then I created a
form called frmDescendant, which had a msgBox statement in its load event as
well. Then I put this in its Open event Implements form_frmAncestor
But when I tried to compile with that Implements statement in place, I get
this error message "Function or interface marked as restricted, or the
function uses an Automation type not supported in Visual Basic."
What am I doing wrong?
TIA
LAS