Jack_Maloney
Registered User.
- Local time
- Today, 00:06
- Joined
- Dec 22, 2010
- Messages
- 13
Hi,
Im new to access and am trying to link a combo box to a subform. Basically, the combo box is called 'Project_Name_cbx' and the subform is called 'Sales_Order_tbl subform'.
The combo box has 2 columns, its row source is: SELECT [Project_tbl].[Project_ID], [Project_tbl].[Project Name], [Project_tbl].[Project_Type_ID] FROM Project_tbl WHERE [Project_Type_ID]= 22;
The subform has a field called 'Project_ID' which I am trying to use to link to the combo box key field. I have set the 'Link Master Fields' and 'Link Child Fields' to 'Project_ID.
However, nothing happens when I change the combo box selection. Could someone tell me what I am doing wrong??
Thanks,
Jack
Im new to access and am trying to link a combo box to a subform. Basically, the combo box is called 'Project_Name_cbx' and the subform is called 'Sales_Order_tbl subform'.
The combo box has 2 columns, its row source is: SELECT [Project_tbl].[Project_ID], [Project_tbl].[Project Name], [Project_tbl].[Project_Type_ID] FROM Project_tbl WHERE [Project_Type_ID]= 22;
The subform has a field called 'Project_ID' which I am trying to use to link to the combo box key field. I have set the 'Link Master Fields' and 'Link Child Fields' to 'Project_ID.
However, nothing happens when I change the combo box selection. Could someone tell me what I am doing wrong??
Thanks,
Jack