Chris Bettencou
Registered User.
- Local time
- Yesterday, 20:43
- Joined
- Dec 18, 2006
- Messages
- 17
Hello,
I'm trying to switch from DLookup to ELookup for issues of speed only. I currently have
=DLookup("[Message]","CurrentLabels","[LabelNumber]=1")
since the fourth ordering field is supposed to be optional, I thought that I could use
=ELookup("[Message]","CurrentLabels","[LabelNumber]=1")
and get the same results. However, I only get
#Name
Does anyone know what I'm doing wrong? I'd really appreciate it.
Thanks in advance.
I'm trying to switch from DLookup to ELookup for issues of speed only. I currently have
=DLookup("[Message]","CurrentLabels","[LabelNumber]=1")
since the fourth ordering field is supposed to be optional, I thought that I could use
=ELookup("[Message]","CurrentLabels","[LabelNumber]=1")
and get the same results. However, I only get
#Name
Does anyone know what I'm doing wrong? I'd really appreciate it.
Thanks in advance.