Search results

  1. Y

    Linking Outlook calender with MS Access 2016

    Hello, I have linked my Outlook calender with my Access database. Almost all fields of the Outlook calender are now in an Access table except the most important fields like - start time and hour - end time and hour - location Why is it that these fields are not linked? Is there a possiblity to...
  2. Y

    Access + Outlook + HTML

    Hello I have created a HTML page containing a picture file. Out of an Access database with addresses I send a mail via Outlook to all the recipients using the HTML page as body of the Outlook message. But in the Outlook message the picture doesn't show up. How can I fix that...
  3. Y

    MYSQL database linked in MS Access - slow response time

    With "open the linked table" I mean the following. To open an internal Access table I use following code Set db = DBEngine.Workspaces(0).Databases(0) Set rs1 = db.OpenRecordset("users", DB_OPEN_TABLE) rs1.Index = "primarykey" Which kind of code I should use to open the linked MYSQL table ...
  4. Y

    MYSQL database linked in MS Access - slow response time

    No this is really a test database with a table of 25 lines. So volume of the table can't be an issue.
  5. Y

    MYSQL database linked in MS Access - slow response time

    Hello I have successfully linked a MYSQL database into MS Access. But the response time in Access when opening or quering such a linked table is very slow. Is this a problem of MYSQL or Access ? Furthermore what is the correct VB code to open such a linked table ? Thank you in advance.
Top Bottom