I have a table called Vehicles. It contains columns “Registration” and “Type”.
In a form, I have created two list boxes, each containing the entries from “Registration” and “Type”.
Currently, if I select an entry for the “Type” list box, it is possible for me to select any entry in the “Registration” list box, even if it does not match the correct type, as it just lists all contents from the column in the table.
Is it possible to select an entry in “Type”, which then causes the entries in the “Registration” list box to only show entries that match the selected Type?