Ok, I imported a list into the default values in the parameter field. They look like:
companyxyz in charlotte
companyiny in seattle
companyttf in atlanta
...etc
the formula I have in the select expert is:
{HISTORY.ACCOUNTNAME} = Mid({?Dealer},1,(InStr({?Dealer}," in ")-2)) and
{ADDRESS.CITY}= Mid({?Dealer},InStr({?Dealer}, " in ")+4,Len({?Dealer}))
I had to use "space in space" because some of the company names had an in in them.
after running the report I get 0 results. The 2 tabels are joined properly because if I place those 2 fields on a report I get results returned.
Is there somethinng wrong with my formula?
Scott