Do you plan to just keep adding on to one table for all of the different selections?
Cascading combo/list boxes
Collapse
X
-
Thank you for your time. Let me briefly explain what I'm doing. I need to get an assessment of daily events that are analyzed by inspectors. These events would assist the inspectors in trending and focus their attention on problemt areas. I'm trying to capture their assessment in a database that would allow them to run reports. That said, presently, in the database I have two tables and one form. The form name is EventForm. The table that the combo/list boxes feed off of is tbl_CausalFacto rs. The table that the events are collected is tbl_Events. The causal factor table has 3 columns: CausalID (autonumber), Causals (text), and Factors (text). The event table has several columns but the main two are Causals and Factors and they are text fields. The combo box values would be things like: Alerts, Communications, Corrdination, and Automation for examples. I hope this helps.Comment
Comment