Hi Guys.
Just a couple of questions that I hope someone can help with.
I have just started building a new IT asset management system. Each asset can be a different equipment type.
In tblAssetMain the equipment type field is a lookup to tblequiptype. The user can then select PC, UPS, Printer etc.
The next field in tblAssetMain is Equipment_Type_Specific. This is a lookup field to tbl_Equip_Type_Specific (the child table of tblEquipType). If the User selects PC in the first combo second combo needs to display the related equip_type_specific details i.e. Tower, Laptop, Desktop.
I know this is case of "cascading combo boxes". However, the examples I have seen seem to be for querying/searching data, not filtering the lookup reference to then enter the selection into a master table.
Secondly,
Each equip_type_specific record i.e. Laptop must have a specification table. This is so that for a laptop the spec table would ask the user for RAM, HDD, PSU,CPU details and the spec table for a Printer would ask RAM, Number of print tray etc.
What I would like is a form with tick boxes for every possible spec field. The user can then click the required boxes i.e. HDD, FDD and enter the table name in a text box. Finally clicking a command button will create a new table with name textbox.value and fields HDD and FDD. It will also need to copy the table name back into the Equip_Type_Specific record.
Any help would be much appreciated.
Thanks
Ben
Just a couple of questions that I hope someone can help with.
I have just started building a new IT asset management system. Each asset can be a different equipment type.
In tblAssetMain the equipment type field is a lookup to tblequiptype. The user can then select PC, UPS, Printer etc.
The next field in tblAssetMain is Equipment_Type_Specific. This is a lookup field to tbl_Equip_Type_Specific (the child table of tblEquipType). If the User selects PC in the first combo second combo needs to display the related equip_type_specific details i.e. Tower, Laptop, Desktop.
I know this is case of "cascading combo boxes". However, the examples I have seen seem to be for querying/searching data, not filtering the lookup reference to then enter the selection into a master table.
Secondly,
Each equip_type_specific record i.e. Laptop must have a specification table. This is so that for a laptop the spec table would ask the user for RAM, HDD, PSU,CPU details and the spec table for a Printer would ask RAM, Number of print tray etc.
What I would like is a form with tick boxes for every possible spec field. The user can then click the required boxes i.e. HDD, FDD and enter the table name in a text box. Finally clicking a command button will create a new table with name textbox.value and fields HDD and FDD. It will also need to copy the table name back into the Equip_Type_Specific record.
Any help would be much appreciated.
Thanks
Ben