C
Ceebaby via AccessMonster.com
Hi Folks
Can anyone tell me why the below dlookup works in a form created in Access
2000 but will not work with the same form imported into access 2003 but with
the default set to 2000
Me![Post Code] = DLookup("[PostCode]", "[QryWardLook]", "[LUAddress] = '"
& Me!LUAddress & "'")
The addresses I select have a post code but it will not return any value. All
reference libraries are the same on both with the exception of microsoft
office 11.
I cannot see where I am going wrong.
Thanks for any help in advance
--
Ceebaby
Trying to be great at Access
Message posted via AccessMonster.com
Can anyone tell me why the below dlookup works in a form created in Access
2000 but will not work with the same form imported into access 2003 but with
the default set to 2000
Me![Post Code] = DLookup("[PostCode]", "[QryWardLook]", "[LUAddress] = '"
& Me!LUAddress & "'")
The addresses I select have a post code but it will not return any value. All
reference libraries are the same on both with the exception of microsoft
office 11.
I cannot see where I am going wrong.
Thanks for any help in advance
--
Ceebaby
Trying to be great at Access
Message posted via AccessMonster.com