Hello,
Having been told about DCount, I saw that I needed to use DLookup for one of my Control Source fields.
The code I'm using is this;
but it just returns #Error
All the field names are correct and I know ComboJob.Value returns the correct value, so why isn't this working?
Any thoughts would be much appreciated,
Thanks,
Paul
Having been told about DCount, I saw that I needed to use DLookup for one of my Control Source fields.
The code I'm using is this;
Code:
=DLookUp("[STR]","Job_M","[Title] = " & [ComboJob].[Value])
but it just returns #Error
All the field names are correct and I know ComboJob.Value returns the correct value, so why isn't this working?
Any thoughts would be much appreciated,
Thanks,
Paul