Hello,
I have a form bound to a query and a VBA code that changes that query's definition (.QueryDefs). The code includes a form refresh (Me.Refresh) but the records don't update. If I close and then re-open the form then the records update. But this is a user interface so I don't want to do that.
Am I doing something wroing with .Refresh or will that just not work in this case?