Hi, I have a form on which I have placed a couple of unbound combo boxes, one relates to Tables and the others to fields, and the subforms give a more detailed breakdown of each (table or field). How do I get the subform to automatically show the table selected in the Table combo box and the field in the field combo box??
e.g. I have a table called “Client” with an Id of 1, which can be selected in the dropdown Combo box called Combo_Client which shows only its name (Id number is there in bound column 1 but not visible). If I select it, I wish my subform, Child_Table, to then show the fuller details of the table which is incorporated in the form Fm_Tables, and so on with the fields.
I’ve been trying to code the after update event of the combo boxes, but coding isn’t my strong point. Can you help?
Blitzy.