Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. yvonneveltmaat

    Call Analyze with Excel from VBA

    What I usually do is use the following to export a query directly into Excel: DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel9, <queryname>, etc. etc. Is this helpful?
  2. yvonneveltmaat

    Workflow inaccessible.

    I have some workflow rules in place, but have managed to make them inaccessible using the workflow manager. Some settings on the server have been changed (date/time format) and in CRM, and now whenever I start the workflow manager I get the following error: --------------------------- An error...
  3. yvonneveltmaat

    SQL inquiry into MS CRM

    Hi Alex, it is always suggested that you can't access the SQL database of CRM directly, but that's not true. I use an ODBC link from Access to create some simple reports directly on the database tables. I hope this helps you. Regards, Yvonne

Part and Inventory Search

Back
Top