What is the best approach to insert and query Dynamic CRM using VBA code. I have a Microsoft Access Database Application what would need to query records in Dynamic CRM and possibly insert data. Is it possible with VBA code. I have used the Dynamic SDK a little in C#, so if I cant accomplish this in VBA, is it possible to make a dll in C# that I can use in VBA?
For example I want to create a Flag field on the Account entity. I would then need my MS Access Application to check whether or not the flag on an Account record is checked. Also I may need to update the Account record with information from the MC Access Application.
My CRM is hosted by 3rd party vendor. I believe its "On Premise".
*This post is locked for comments