Hi,
I have an issue with a DLookup:
WEAVEPR = DLookup("Speed", "WIP_GANTT_WEAVE_PR", ("Type =" & "Forms![WIP_GANTT]!LoomType") And ("[Location] =" & "Forms![WIP_GANTT]!Country"))
Both LoomType and Country are Text
If I use just one of the two conditions, the DLookup works, otherwise it does...