Hi,
this is driving me crazy, in access 2013 it seems to be impossible to use a dlookup function in a querie. I cannot use joined tables in this design.
i tried :
Also used single qoutes, with or without brackets.
What should be the correct code?
Thanks in advanced
Regards
Erwin
this is driving me crazy, in access 2013 it seems to be impossible to use a dlookup function in a querie. I cannot use joined tables in this design.
i tried :
Code:
Expr1: DLookUp("[omschrijving]";"p8q";"[Id]=[p8id]")
Expr1: DLookUp("[omschrijving]";"p8q";"[Id]="& [p8id])
Also used single qoutes, with or without brackets.
What should be the correct code?
Thanks in advanced
Regards
Erwin