Hi everyone,
I want to join two conditions for my DLookup but after trying I couldn't
How Can I joint this two conditions? ... I tried with "And" but I cound't make it work
'************************************************* ********************************
Me.EquipoM = DLookup("[Name]", "[Work_Team]", "[LineProduction]= '" & Me.Line_Production & "'")
Me.EquipoM = DLookup("[Name]", "[Work_Team]", "[Departament]= 'Production'"