G
Guest
Hi all,
I have created a form in Access that is completely working
on code, that is, without doing any settings in Access. I
started the new form with the Design View and not the
wizard. After I open this form, I cannot close my
Application. Why is this so? Can anybody help me please?
I have given the code in the Load event of the form as
follows:
Set db = CurrentDb
Set rs = db.OpenRecordset("Main Table", dbOpenDynaset)
and the Unload event as follows:
rs.Close
Please help me fix the error.
Thanks.
I have created a form in Access that is completely working
on code, that is, without doing any settings in Access. I
started the new form with the Design View and not the
wizard. After I open this form, I cannot close my
Application. Why is this so? Can anybody help me please?
I have given the code in the Load event of the form as
follows:
Set db = CurrentDb
Set rs = db.OpenRecordset("Main Table", dbOpenDynaset)
and the Unload event as follows:
rs.Close
Please help me fix the error.
Thanks.