I have two tables, roominfo and exhausttypetable.
In the exhauasttypetable I store the name of the exhaust equipmenttype, MAXCFM, MINCFM, and some other info.
In the roominfo table, I have 10 fields named, exhausttype1, exhausttype2, etc.
I have a form that enters info for the roominfo table, and I use a combo box to select the exhausttype, the row source is connected to the exhausttypetable. I have 10 of the same, this will allow me to selct up to ten different exhaust types.
If exhaustype1 in the roominof was set to cabinet, then I need to retreive the MAXCFM and MINCFM for that exhausttype.
If I was to only have one exhausttype, I could use a relationship, but I cannot use this, I set up relationship between, the each exhausttype in roominof with the exhausttype in exhausttypetable, buyt this did not work.
What would be the best method to do this. Can you use relationships
Thanks
In the exhauasttypetable I store the name of the exhaust equipmenttype, MAXCFM, MINCFM, and some other info.
In the roominfo table, I have 10 fields named, exhausttype1, exhausttype2, etc.
I have a form that enters info for the roominfo table, and I use a combo box to select the exhausttype, the row source is connected to the exhausttypetable. I have 10 of the same, this will allow me to selct up to ten different exhaust types.
If exhaustype1 in the roominof was set to cabinet, then I need to retreive the MAXCFM and MINCFM for that exhausttype.
If I was to only have one exhausttype, I could use a relationship, but I cannot use this, I set up relationship between, the each exhausttype in roominof with the exhausttype in exhausttypetable, buyt this did not work.
What would be the best method to do this. Can you use relationships
Thanks