madhukar_sreeramoju
New member
- Local time
- Yesterday, 16:16
- Joined
- Jul 9, 2013
- Messages
- 4
Hi All,
I am getting the error "Bugs: Error 3014 - Can't Open Any More Tables" at the below highlighted code.
main_query = Right(main_query, Len(main_query) - 5)
Form_PersonenÜbersicht.Filter = main_query
Form_PersonenÜbersicht.FilterOn = True
Form_PersonenÜbersicht.Requery
Exit Sub
This error is not getting at the starting of the execution. But it is occurring after 20-30 min working on this application.
Basically i am doing filtering on access tables fields on Access Form which will yield some records and they are shown on the other form.
I have gone through the below link
access.mvps.org/access/bugs/bugs0010.htm
Thanks
Madhukar Sreeramoju
I am getting the error "Bugs: Error 3014 - Can't Open Any More Tables" at the below highlighted code.
main_query = Right(main_query, Len(main_query) - 5)
Form_PersonenÜbersicht.Filter = main_query
Form_PersonenÜbersicht.FilterOn = True
Form_PersonenÜbersicht.Requery
Exit Sub
This error is not getting at the starting of the execution. But it is occurring after 20-30 min working on this application.
Basically i am doing filtering on access tables fields on Access Form which will yield some records and they are shown on the other form.
I have gone through the below link
access.mvps.org/access/bugs/bugs0010.htm
Thanks
Madhukar Sreeramoju