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" :(
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...