DCinFRANCE
Registered User.
- Local time
- Today, 11:59
- Joined
- Oct 21, 2017
- Messages
- 21
I have a simple form, bound to a query. I'm using a combo box to select the records I want displayed and applying a filter. I built the form and it worked beautifully. Save and closed. Re-opened it and it doesn't work anymore. The underlying query is working...I have aggregate variables like DCount that reflect the correctly filtered query, but the continuous forms display in the detail is blank. More strange...if I load the query manually, and make repeated combo box selections on the form, at some point it starts working again.
The combo box is connected to a macro on event After Update:
Setvalue
Item = [Forms]![frmI-1) Training by Entity v2].[FilterOn]
Expression = True
Requery
As I said, sometimes things work, sometimes it doesn't. It is making me certifiable...I've spent a 12 hour day trying to figure this out, finding some vague things googling, but no answers. Please, for the sake of my family, I would thank you biggly for some help.
The combo box is connected to a macro on event After Update:
Setvalue
Item = [Forms]![frmI-1) Training by Entity v2].[FilterOn]
Expression = True
Requery
As I said, sometimes things work, sometimes it doesn't. It is making me certifiable...I've spent a 12 hour day trying to figure this out, finding some vague things googling, but no answers. Please, for the sake of my family, I would thank you biggly for some help.
Last edited: