Len Ott Posted March 28, 2019 Share Posted March 28, 2019 I simplified what I am doing to just using the SQL table that has what I want to dblookup on. My forumla is: DBLOOKUP2(S2 , S3 , " nwksql3 - temp", " SubMarketConversion", " PrimaryMarket", " SubMarket", " NewSubMarket" ) all 3 fields are nchar fields. I keep getting the "Error executing formula.." from the Edit formula diagalog What am I missing I kow the connection, table and fields are correct.... ("nwksql3 - temp" is currently both my source and destination) I also tried DBLOOKUP and got the same issue! (and, are the spaces as the first character inside the quotes needed All of the samples seem to be that way!) Len Link to comment Share on other sites More sharing options...
Audrey Buettner Posted June 14, 2019 Share Posted June 14, 2019 This response might be too late, just now seeing this, but remove those spaces within the quotes. It needs to be an exact reference DBLOOKUP2(S2 , S3 , "nwksql3 - temp", "SubMarketConversion", "PrimaryMarket", "SubMarket", "NewSubMarket" ) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now