Your RPC errors usually come from the protocols that Outlook is trying to use to talk to MS Exchange server. Are you using MS Exchange? If so, you might try changing the order of the protocols. Check out the Knowledge Base Article: Q163576 at httP://support.microsoft.com for more information...
Depending on the number of items being returned from your query, I like to use an array instead of the cursor. I create a property on the form for the array (thisform.laArray) and then run the query as such...
select * from table into array thisform.laArray
I then set the .rowsource to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.