G
Guest
Hi All,
I found some error in Dlookup function like this below.
A=DLookup("AggType", "Tbl_Agg",
"[AggID]=[Forms]![Frm_Main_Design]![Child]![AggType]")
It work fine when i run in access 2002 but i got this error when i run with
access 2003. and i try to change the word '[child]' to name of subform
'[Form_Sub_Design]!
it shows the error like this following.
runtime error '2001'
you canceled the previous operation
How can i solve this problem?
Thanks in advance
Gogzilla
I found some error in Dlookup function like this below.
A=DLookup("AggType", "Tbl_Agg",
"[AggID]=[Forms]![Frm_Main_Design]![Child]![AggType]")
It work fine when i run in access 2002 but i got this error when i run with
access 2003. and i try to change the word '[child]' to name of subform
'[Form_Sub_Design]!
it shows the error like this following.
runtime error '2001'
you canceled the previous operation
How can i solve this problem?
Thanks in advance
Gogzilla