Search results

  1. L

    ChChart Object

    For example, if I add to my form a Microsoft Office Web Component chart, and write this for a button Dim abc As OWC11.ChartSpace Set abc = Me.Diagram MsgBox (abc.Version) Then I receive a message "Type mismatch" :(
  2. L

    ChChart Object

    Hi everybody, Did anyone use this object before ? If yes, would you please tell me how to add data from VBA into chart in a form ?
  3. L

    Join expression not supported

    I've put. The SQL statement is normal formed/
  4. L

    Join expression not supported

    Anyone can help me with this problem In the following code When excuted, the error was Join expression not supported
  5. L

    Performance of Access when linking to another tables?

    My situation is as follow I have an Access datebase, where main tables are built and saved. Also, I have 2 Access modules, which access informations in main tables in an Access datebase (I used Linking to table) and process information in query. Questions: Linking to tables in another...
Back
Top Bottom