Thanks for the reply.
That works and I now understand what's happening!...
User Profile
Collapse
-
Filter a Combo box on a multi row form
I have a form which loads a recordset.
Within each row I want a combo box which is loaded by values from another table filtered by a value from a column on that row.
I have set the Row Source of the combo box to
expecting it to pull the Part_id from the current row.Code:SELECT tblTempVIC.icID, tblTempVIC.description FROM tblTempVIC WHERE (((tblTempVIC.part_id)=Forms!frmPartInput1!Part_id)) ;
However, every...
No activity results to display
Show More
Leave a comment: