View Single Post
  #1  
Old January 4th, 2010, 05:33 PM posted to microsoft.public.access.forms
Pamela
external usenet poster
 
Posts: 193
Default Syntax Error on DLookup

I have a code that I've copied and used several times but it isn't working in
this one instance. The control to which this is attached is on a subform
nested 4 deep. The control to which it is referring "Measurements" is on
Subform3 (the parent of subform4). Here's my code:
DLookup("Expr1", "qryMeasurements", "Measurements = " &
Me.Parent!Measurements) & " "
Please let me know what I may be missing. Thanks so much!
Pamela