You can do this in the query design view or in the SQL view, where it would be something like:
Of course you need to replace the dummy names with the correct names from your DBCode:SELECT tsysDual.dualTextFROM tsysDual WHERE (((tsysDual.dualText)=[Forms]![frmCustomer]![fsfrProductsCust].[Form]![txtID]));