PriceList - Copy.odb ← my database
dyn_Listboxes.odb ← Sample i used to make filter
I’m trying to use a filter i have created to lock in the manufacturer and model in a data grid that will be used to either enter or view results based on that filter. I don’t think this is a very difficult problem but i’m a newbie on base and sql.
The form im trying to do this in : frmPartListEntry
the table used for filtering : tblFilter
the Queries for filtering : qryManuFilter (used to select manufacturer)
qryModelFilter (used to select models from tblModels Based of filtered input")
i started to try setting up a query for displaying the results : qryFilterDisplay
any help or direction so that i can start to figure this out would be much appreciated
thank you in advance