Hello, this time,
I have an entity called SUPPLIERSHIP
there are 3 tables/attributes:
dateCanBeShipped
supplierName
and
productType
I need to make a query that allows me to enter in a month, either into the query, or even better, a box pops up for me to enter it in.
When I have entered in the month, the search query has to search through my entity and show me all of the suppliers who can supply me with the product SAUSSAGES on the month I have specified.
I have spent just over an hour on this so far, and don't seem do be getting anywhere.
I have an entity called SUPPLIERSHIP
there are 3 tables/attributes:
dateCanBeShipped
supplierName
and
productType
I need to make a query that allows me to enter in a month, either into the query, or even better, a box pops up for me to enter it in.
When I have entered in the month, the search query has to search through my entity and show me all of the suppliers who can supply me with the product SAUSSAGES on the month I have specified.
I have spent just over an hour on this so far, and don't seem do be getting anywhere.