G
Guest
I have a form which includes a manufacturer field and a model field. I need
to be able to select a manufacturer (I've already set it as a lookup field to
a table and it's working properly), and then have the model field update to
display only the records which belong to that particular manufacturer. I
know I need to somehow set it in the RowSource property of the model field's
combo, but I'm not sure exactly how to do that, or where the info should be
stored. Should I have a separate table which contains the model info, or can
my manufacturer and model info be stored in the same table? If they are
stored separately, do I need to join them by a manufacturer ID#? Please help
if you can--thanks!
to be able to select a manufacturer (I've already set it as a lookup field to
a table and it's working properly), and then have the model field update to
display only the records which belong to that particular manufacturer. I
know I need to somehow set it in the RowSource property of the model field's
combo, but I'm not sure exactly how to do that, or where the info should be
stored. Should I have a separate table which contains the model info, or can
my manufacturer and model info be stored in the same table? If they are
stored separately, do I need to join them by a manufacturer ID#? Please help
if you can--thanks!