This topic is locked

Custom Expression in Look-up wizard

12/7/2006 8:09:24 AM
ASPRunnerPro General questions
H
haggecha author

Trying to display a concatentaion of a number field and text field with the link field set to the number and display field set to the custom expression
FeatureNumber + ' ' + FeatureName
where FeatureNumber is a number and FeatureName is text I get 0s for the display in the drop down list , using MS Access

Sergey Kornilov admin 12/7/2006

Chad,
try the following:

CStr(FeatureNumber) + ' ' + FeatureName