K
Kevin Sprinkel
Hi, all.
I'm trying to close the database when the initial form is
closed with:
Private Sub Form_Close()
Dim db As Database
Set db = CurrentDb()
db.Close
End Sub
Access says "user-defined type not defined", which I
presume means I need to add a Reference. Anyone know
which one?
Thanks.
Kevin Sprinkel
I'm trying to close the database when the initial form is
closed with:
Private Sub Form_Close()
Dim db As Database
Set db = CurrentDb()
db.Close
End Sub
Access says "user-defined type not defined", which I
presume means I need to add a Reference. Anyone know
which one?
Thanks.
Kevin Sprinkel