Forum Discussion
santosh150
Apr 22, 2024Copper Contributor
Windows File Server migration
Hi All, We are migrating windows file shares to azure file. and we have requirement : for user it will smooth transition e.g they will acccess same folder path even after migration to azure files...
- Dec 31, 2021
Hi,
I did a quick test with that setting and it works here, i.e. the ApplyFilter macro filter gets replaced by the new filter. Maybe in your case there's sth else involved. What happens when you try it? Nothing at all?
Personally I would not mix VBA mit a macro but do all filtering by code with
Me.Filter = ...
Maybe this also enables you to set back the filter as described, by just calling OnLoad again. No Requery/Refresh etc. is necessary when I do this here. I just have to change the Filter property.
Servus
Karl
************
Access News
Access DevCon
Kidd_Ip
Apr 23, 2024MVP
Worth for reference:
https://learn.microsoft.com/en-us/azure/storage/files/windows-server-to-azure-files