Query Randomly Broke (1 Viewer)

Kheribus

Registered User.
Local time
Today, 11:28
Joined
Mar 30, 2015
Messages
97
Hello,

I was working on some code in a form and i switch from layout mode to form mode and all of the sudden a query that's referenced by my subform isn't working. I didn't change anything releveant that should have triggered this break.

I have two nav menus so the reference to the combo data that drives the form is the query criteria <= [Forms]![Navigation Main Menu]![Navigationsubform].[Form]![Navigationsubform]!.[Form]![startDate].

I really changed nothing that should have broke my query.

Can anyone think of a reason why a query would stop working if you haven't changed the names of any of the query criteria referenced feilds?
 

arnelgp

..forever waiting... waiting for jellybean!
Local time
Tomorrow, 02:28
Joined
May 7, 2009
Messages
19,247
that is the flaw with Navigation form, all got invalidated until you actually go to each navigation subform.
 

Kheribus

Registered User.
Local time
Today, 11:28
Joined
Mar 30, 2015
Messages
97
So how do i fix this? By clicking on each navigation subform link? I've tried that and the parameter dialogues won't go away ie my query isn't working.
 

Kheribus

Registered User.
Local time
Today, 11:28
Joined
Mar 30, 2015
Messages
97
Nevermind. That may have worked.

Also, I noticed that I had two _afterupdate() routines for the same field. I don't know if this caused it to bug out or not.

Thanks
 

Users who are viewing this thread

Top Bottom