G
Guest
Hi people, I have a problem with the filters forms.
I have a form that it do the insert of a table and also a select and update.
When i select a field, i use other form and this open the problematic form
with this order:
DoCmd.OpenForm stDocName, , , stLinkCriteria
It works well. But once made the consultation, i open the form to add fields
(with DoCmd.OpenForm rs![Argument], acNormal, "", "", acAdd) the filter,
when i look the form in desing, this there!!!!!!
I'm becoming crazy... I have proven erase the filter when the form unload,
when the consultation form unload, load, when the application start... But
nothing,nothing clean it.
Exists the indestructible filter? I think that yes...
Please, Can anyone help me to find the crypthonyta for this filter?...
to pardon my English…
I have a form that it do the insert of a table and also a select and update.
When i select a field, i use other form and this open the problematic form
with this order:
DoCmd.OpenForm stDocName, , , stLinkCriteria
It works well. But once made the consultation, i open the form to add fields
(with DoCmd.OpenForm rs![Argument], acNormal, "", "", acAdd) the filter,
when i look the form in desing, this there!!!!!!
I'm becoming crazy... I have proven erase the filter when the form unload,
when the consultation form unload, load, when the application start... But
nothing,nothing clean it.
Exists the indestructible filter? I think that yes...
Please, Can anyone help me to find the crypthonyta for this filter?...
to pardon my English…