• metal_aug
  • NEWBIE
  • 0 Points
  • Member since 2009

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies

- A SalesForce Account has a Lookup field.

 

- I am trying to retrieve its value with an SQL statement in VBA Excel.

 

- An error message appears, saying the field does not exist, even if it does.

 

- The SQL statement is formed correctly and I use the correct field name with the __c .

 

- All other SalesForce fields of that same account can be accessed by the SQL statement just fine.

 

- Is there a special way to access a SalesForce Lookup field with SQL in VBA Excel?

 

Thanks.

 

pic

Message Edited by metal_aug on 03-03-2009 07:10 AM
Message Edited by metal_aug on 03-03-2009 07:12 AM