C
Curmudgeon
I have a simple form based on a simple query. No records display when
the form is opened, but Records | Remove Filter/Sort on the menu bar
causes the records to display correctly.
I can find no combination of Me.Requery or Forms![frmName].Requery on
any of the form events (Open, Load, Activate) that will cause the
records to display.
I added a simple SendKeys statement to the On_Open of the form, which
causes the records to display, but I'd like a more robust solution.
Any suggestions would be appreciated.
Thanks
Dave
the form is opened, but Records | Remove Filter/Sort on the menu bar
causes the records to display correctly.
I can find no combination of Me.Requery or Forms![frmName].Requery on
any of the form events (Open, Load, Activate) that will cause the
records to display.
I added a simple SendKeys statement to the On_Open of the form, which
causes the records to display, but I'd like a more robust solution.
Any suggestions would be appreciated.
Thanks
Dave