View Full Version : Best way to query


w0od0o
01-29-2009, 01:26 AM
i have a query with all my invoice data in and i am now looking to filter that query by several methods such as by contract, betweeen dates ect but i am un sure of the best way to proceed, would it be to have another query to filter by date and another by query which then in turn opens the final query or is there a way of having all these criterias on 1 query?


thanks

w0od0o

JANR
01-29-2009, 02:41 AM
Filter on a form is probably better. You can toggle on and of diffrent filter as you see fit.

JR

w0od0o
01-29-2009, 09:48 AM
thats fine but doesnt the form have to have a query behind it with the relevant criterias on it?

w0od0o
01-29-2009, 02:40 PM
got it thanks :)