ardy
Registered User.
- Local time
- Today, 10:28
- Joined
- Sep 24, 2012
- Messages
- 98
Hello all:
I am trying to use Allen Browne’s Extended DLookup() http://allenbrowne.com/ser-42.html namely ELookup(), But am running to a bit of problem. At first I got some syntax errors in which I figured out but now I am hitting a wall with No result…..I am hoping some of you might be able to shed some light on this…….
Let me explain the landscape……
I am using this in a form(A) an unbounded control. The form I am using is referencing “Table A(Facility)” The unbounded control is using the expression(ELookup) to look at a value(number) using a control box Value(string) in form A… It should work but it is giving me the #Name? :banghead:……. Any help is appreciated…..
Regards
Ardy
I am trying to use Allen Browne’s Extended DLookup() http://allenbrowne.com/ser-42.html namely ELookup(), But am running to a bit of problem. At first I got some syntax errors in which I figured out but now I am hitting a wall with No result…..I am hoping some of you might be able to shed some light on this…….
Let me explain the landscape……
I am using this in a form(A) an unbounded control. The form I am using is referencing “Table A(Facility)” The unbounded control is using the expression(ELookup) to look at a value(number) using a control box Value(string) in form A… It should work but it is giving me the #Name? :banghead:……. Any help is appreciated…..
Code:
[FONT="]=ELookup("[MP_Elev]","Elevation","Well_ID = " & [Forms].[Facility_Datails].[Well_ID],"ChangeDate DESC")[/FONT]
Ardy