I'm using Allen Browne's method #2 which filters a report based on two dates entered in a form. Its a simple form with only 2 unbound textbox controls and the one command button to open the report. The two controls have a default value of =Date().
Limiting a Report to a Date Range
The code works well. However, the problem I am having is that if I enter a new value on the start and end date controls then press the command button, the second date control does not actually update with the value. If click elsewhere on the form moving focus off the text control, it works fine. Is there a way to make this more seamless?
Limiting a Report to a Date Range
The code works well. However, the problem I am having is that if I enter a new value on the start and end date controls then press the command button, the second date control does not actually update with the value. If click elsewhere on the form moving focus off the text control, it works fine. Is there a way to make this more seamless?