Arg81
Well-known member
When I try to add two tables to the wizard, I get the following error:
The following error occured: "Value Cannot be null. Parameter name: type".
There is a lot of posts on Google Groups about this but no solutions.
If I try and add the one table, it's fine. Could it be something to do with the tables I'm trying to add?
Basically; table1 is SampleRequest - "SampleNumber, CustomerID, RequestDate, RequestBy, Comments" and table2 is System - "SampleNumber, SystemNumber, SystemName".
In my SQL database, SampleRequest is linked one-to-many to System. System is then linked one-to-many to another table.
Thanks for the help.
Luke
The following error occured: "Value Cannot be null. Parameter name: type".
There is a lot of posts on Google Groups about this but no solutions.
If I try and add the one table, it's fine. Could it be something to do with the tables I'm trying to add?
Basically; table1 is SampleRequest - "SampleNumber, CustomerID, RequestDate, RequestBy, Comments" and table2 is System - "SampleNumber, SystemNumber, SystemName".
In my SQL database, SampleRequest is linked one-to-many to System. System is then linked one-to-many to another table.
Thanks for the help.
Luke