Hi there,
I am looking to improve my form by getting the combobox containing StockID to filter out any values that have a AllocationID associated to them.
Currently I have an unbound combobox 'cboStockID' retrieving the values, to display, from a query that is linked to tblStock (see attachment). This shows all the StockID's, which I am concious of might cause double allocated data if I'm not careful and select an already allocated stock item.
There are two tables one tblStock and tblAllocated. These are linked in a relationship and each AllocationID has a StockID in the same row as it in the tblAllocated.
What would I be looking to enter into the query to apply this sort of filtering?
![]()