I have a DBC that contains 3 tables that are normalized.
maintable (IID, and fk_to the rest of the tables)
Table2 (contains IID)
Table3 (contains iid)
Table4 (contains IID)
Table5 (contains IID)
Table1 has forein keys to table2, table3 (bunch of them)
example, in maintable
fk_table1, fk_table2,fk_table3,fk_table4,fk_table5
and
I need to create a view so it will make it easier for the user to search on a grid form.
I usualy display a grid and text boxes with interactive search which displays all the records and uses indexes.
Ali Koumaiha
Wireless Toyz
Farmington Hills, Michigan
maintable (IID, and fk_to the rest of the tables)
Table2 (contains IID)
Table3 (contains iid)
Table4 (contains IID)
Table5 (contains IID)
Table1 has forein keys to table2, table3 (bunch of them)
example, in maintable
fk_table1, fk_table2,fk_table3,fk_table4,fk_table5
and
I need to create a view so it will make it easier for the user to search on a grid form.
I usualy display a grid and text boxes with interactive search which displays all the records and uses indexes.
Ali Koumaiha
Wireless Toyz
Farmington Hills, Michigan