Search results

  1. C

    Createquerydef with multiple values

    its ok i have figured it out now
  2. C

    Createquerydef with multiple values

    Hello, Can anyone help me I am trying to create a query based on multiple values I can do this for just one value using the code below but how do I go about coding this for multiple values. CostCent = contains a list which looks like this Pay1, Cost1, Emp1 MYSQL = "SELECT [table local...
  3. C

    SendObject Report

    I am having no joy any more ideas Thanks Carps
  4. C

    SendObject Report

    Code Thanks Attached is the structure of the code i am using this is working fine in 97 but not in Access 2000 is there a problem using the sendobject command in 2000 or the createquerydef. When i step through the code, it gets to docmd.sendobject pauses and doesn't do anything. mySQL...
  5. C

    SendObject Report

    Hello, Can anyone help me I have converted an Access 97 database to 2000. Within the database I created a module which sends an email with a report attached. The report is based on a query which is created using createquerydef command which selects the specific data from a table and sends to...
Back
Top Bottom