I know this will probably very easy to fix but it is driving me crazy..
I have a main form (frm_InventoryData) with a subform (frm_Transfer_sub).
On the main form there is a combo box [Location] pulling from (tbl_Cubical, [Section], and I have the [From] Default Value on the subform pulling ( =([Forms]![frm_InventoryData]![Location]) ) .
The problem is that it is pulling the primary key instead of the text which is displayed on the main form [Location]. I have even tried to change the Control Source to point to the main form and it is doing the same thing.
Please help, and enlighten me.
I have a main form (frm_InventoryData) with a subform (frm_Transfer_sub).
On the main form there is a combo box [Location] pulling from (tbl_Cubical, [Section], and I have the [From] Default Value on the subform pulling ( =([Forms]![frm_InventoryData]![Location]) ) .
The problem is that it is pulling the primary key instead of the text which is displayed on the main form [Location]. I have even tried to change the Control Source to point to the main form and it is doing the same thing.
Please help, and enlighten me.