H
Hank
I have a report with a text box control. I am trying to use this expression
for the control. All the underlying forms are open . All else works except
this. Don't know why. Please assist!!! Code Follows
=DLookUp("Prefix","AirlinePrefix","Airline Name = " & [Forms]![Logistics &
Routing]![Carrier])
"Prefix" is the field
"AirlinePrefix" is the table
"Airline Name" is the other field
"Logistics & Routing" is the open form and "Carrier" is a populated field
All I want is the 3 digit prefix that coorisponds to the record where
Airline Name matches Carrier on the form!
Please Help!
for the control. All the underlying forms are open . All else works except
this. Don't know why. Please assist!!! Code Follows
=DLookUp("Prefix","AirlinePrefix","Airline Name = " & [Forms]![Logistics &
Routing]![Carrier])
"Prefix" is the field
"AirlinePrefix" is the table
"Airline Name" is the other field
"Logistics & Routing" is the open form and "Carrier" is a populated field
All I want is the 3 digit prefix that coorisponds to the record where
Airline Name matches Carrier on the form!
Please Help!