Something interesting....
When I apply an ORDERBY Property in a SUB FORM (via VBA), it affects the FILTER Property of the PARENT FORM. In my case the filter was simply cleared out; I spent hours looking for the bug ("Why do I see all instead of the filtered entries?"
until removed "Me.OrderBy = [orderdata]" from the Form_Current Event of the SUBFORM!...
Has anybody expierenced something similar?
When I apply an ORDERBY Property in a SUB FORM (via VBA), it affects the FILTER Property of the PARENT FORM. In my case the filter was simply cleared out; I spent hours looking for the bug ("Why do I see all instead of the filtered entries?"
Has anybody expierenced something similar?