Can you use the left function in the criteria within a DLookup statement? I don't know if's my syntax, or I'm trying to do something that is not possible.
Here's my code:
Me.Group = DLookup("[VP Position Description]", "ITS_Operations_SVP", Left([ACCT UNIT],4) = & Me.Combo48)