I have an OCX in an Access 2000 application that does the following code when I click on the Delete button
ParentForm.Application.DoCmd.SetWarnings False
ParentForm.AllowDeletions = True
ParentForm.Application.DoCmd.RunCommand acCmdDeleteRecord
ParentForm.Application.DoCmd.SetWarnings True...
There is a function My_List.Column(column_id) to refer a specific column in a listbox
Note :
column_id starts at 0,
so the first column = 0 or My_List.Value
the second = 1
etc...
I see,
I tried doing that recently, since I can't clear them all in one shot, but I think I missed some recordsets [tongue]
I guess I'll go explore my code again to find all the recordsets I could possibly have opened [smile]
Thanks a lot
A small question by the way,
Is the Rs.Close...
Hello,
I have a a slight problem when I close Access.
Some times when I quit the application, it's closes and all, but there's a MSACCESS.EXE program still running in the Task Manager which means it's still running.
And as long as it runs, I can't open Access again until I go kill the process...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.