Why is it so? (1 Viewer)

John Sh

Member
Local time
Today, 22:13
Joined
Feb 8, 2021
Messages
410
I have a simple select query that results in a list of items governed by another item.
When run from the query design, it provides the correct information. When run from a form I get a list of responses that starts at "S" goes to "Z" and continues from "A" and finishes at "T".
This same list appears regardless of the criteria fed to the query from the form. This query was working previously but since i made some changes to the form layout I get this behaviour. I have checked, and double checked, for errors. Running in debug mode it appears that the correct data is supplied to the query.
Any thoughts greatly appreciated.
 

arnelgp

..forever waiting... waiting for jellybean!
Local time
Today, 20:13
Joined
May 7, 2009
Messages
19,236
what is the SQL query?
do you have any code in the form?
do you have Order By property on the form?
 

John Sh

Member
Local time
Today, 22:13
Joined
Feb 8, 2021
Messages
410
Please ignore the above message. I found a period instead of a comma.
 

Users who are viewing this thread

Top Bottom