To use the values from the listed car model table at the form chained select, we only need a SELECT statement at the choices field from the advanced settings.
SELECT year, make, model FROM spgf_yearmakemodel ORDER BY year, make, model
spgf_yearmakemodel