kimhoong79
Technical User
have a database containing tables as shown below:
System Function FuncFailMode
------ -------- ------------
SysID ---- SysID ---- SysID
SysName FuncID --- FuncID
FuncName FuncFailID
FuncFailName
I need to build a form for adding/updating data for the FuncFailMode table. I'm planning to build 2 combo boxes for the SysID and FuncID selections following with a subform containing FuncFailID and FuncFailName.
My problems are
1. The SysID combo box that I've created using the Function table contains duplicated data. Is there anyway to limit the duplicated data?
2. The second combo box won't synchronize or filtered itself according to the first one.
3. Even if I can solve these problems, it bring forward these 2 values to the subform.
4. If possible, tell me how to build similar database like this but with 3 combo boxes.
Please help!
ps: I don't have any knowledge on marcos, module and VB.
Thank you
System Function FuncFailMode
------ -------- ------------
SysID ---- SysID ---- SysID
SysName FuncID --- FuncID
FuncName FuncFailID
FuncFailName
I need to build a form for adding/updating data for the FuncFailMode table. I'm planning to build 2 combo boxes for the SysID and FuncID selections following with a subform containing FuncFailID and FuncFailName.
My problems are
1. The SysID combo box that I've created using the Function table contains duplicated data. Is there anyway to limit the duplicated data?
2. The second combo box won't synchronize or filtered itself according to the first one.
3. Even if I can solve these problems, it bring forward these 2 values to the subform.
4. If possible, tell me how to build similar database like this but with 3 combo boxes.
Please help!
ps: I don't have any knowledge on marcos, module and VB.
Thank you