Now this definitly looks like an access bug and I would be glad if anybody could confirm that...
From time to time I set the Order and OrderBy property of a main form and a continous form (same recordsource query) to a selection by the user. (
When the user clicks on some entry in the continous form "DoCmd.GoToRecord acDataForm, Me.subform.Name, acGoTo, Me.CurrentRecord" causes the main form to display the details of the same entry. One problem that we discussed here already is an automatic requery of both forms due to a reference inside the query (to another 4rd form).
But this is new:
I don't know since when this happens, but if click two times in that endless form (no doubleclick), the continous form starts reordering itself (checking the order property reveals the correct order shoudl be applied!!), some strange order, that is neither saved in the form nor ever called by vba....
Anybody knows this is a bug?
regards
waldemar
From time to time I set the Order and OrderBy property of a main form and a continous form (same recordsource query) to a selection by the user. (
When the user clicks on some entry in the continous form "DoCmd.GoToRecord acDataForm, Me.subform.Name, acGoTo, Me.CurrentRecord" causes the main form to display the details of the same entry. One problem that we discussed here already is an automatic requery of both forms due to a reference inside the query (to another 4rd form).
But this is new:
I don't know since when this happens, but if click two times in that endless form (no doubleclick), the continous form starts reordering itself (checking the order property reveals the correct order shoudl be applied!!), some strange order, that is neither saved in the form nor ever called by vba....
Anybody knows this is a bug?
regards
waldemar