Hi,
I have an MS Access 2002 table with an odbc link to an SQL Server 2005 view.
If I open the table in datasheet view and look at an employee's 3 records, they all appear identical.
If I use a make-table query and write all the linked table's records to a work table then the employee's 3 records all appear unique in the work table.
Using linked table manager does not seem to have an effect on the linked table's problem.
Using a select query on the linked table returns strange results but the 'same' select query on the work table shows correct results.
I know that the employee's 3 records are actually all different, so, I do not understand why directly using the linked table seems to show different/wrong results but using the work table that was freshly loaded from the linked table seems to work correctly.
Thanks in advance for any help someone can provide.
I have an MS Access 2002 table with an odbc link to an SQL Server 2005 view.
If I open the table in datasheet view and look at an employee's 3 records, they all appear identical.
If I use a make-table query and write all the linked table's records to a work table then the employee's 3 records all appear unique in the work table.
Using linked table manager does not seem to have an effect on the linked table's problem.
Using a select query on the linked table returns strange results but the 'same' select query on the work table shows correct results.
I know that the employee's 3 records are actually all different, so, I do not understand why directly using the linked table seems to show different/wrong results but using the work table that was freshly loaded from the linked table seems to work correctly.
Thanks in advance for any help someone can provide.