Forum Discussion
Tony2021
Dec 07, 2021Steel Contributor
OpenArgs
Hello, I have a form frmLetterOfCredit that the is opened in 1 of 2 ways. 1. From frmProjects . If from frmProjects I grab the ProjID and filter frmLetterOfCredit On Load 2. I can also open ...
- Dec 07, 2021
Hi,
1. Try to set the form's property FilterOnLoad to False. If that doesn't help, then
2. Instead of Filter="", try this in the OnLoad event of the form:
Me.FilterOn = False
Servus
Karl
*********
Access-Entwickler-Konferenz: https://www.donkarl.com/?AEK
Access DevCon: http://AccessDevCon.com
Access FAQ (de/en): https://www.donkarl.com
Dec 07, 2021
Hi,
1. Try to set the form's property FilterOnLoad to False. If that doesn't help, then
2. Instead of Filter="", try this in the OnLoad event of the form:
Me.FilterOn = False
Servus
Karl
*********
Access-Entwickler-Konferenz: https://www.donkarl.com/?AEK
Access DevCon: http://AccessDevCon.com
Access FAQ (de/en): https://www.donkarl.com