Displaying 1 result from an estimated 1 matches for "ap1030".
Did you mean:
ap1000
2006 Jun 18
2
Table Relationship for Select option list
...#39;11'',''AIR-WLC4404'',''Switch'');
insert into mfg_model (id,description,category) values
(''30'',''AP1020'',''AP'');
insert into mfg_model (id,description,category) values
(''31'',''AP1030'',''AP'');
This way, when I generate the view to create a new device, I can have a
drop-down menu pre-populated with all the device mfg_model.
What I don''t understand is how the relationship between the two tables
should be set up. Semantically, I''d th...