Hi,
I have at work, a mdb with some tables a queries. We are migrating the tables to an sql server enviroment and the mdb is now empty, with some queries and the new linked tables but...
The queries don't work now.
case 1:
"Delete * From TableA" is not working
Case 2:
suppose TableB have 2 rows and 2 fields;
FieldKey FieldStr
01 One
02 Two
"Update TableA Inner Join TableB on TableA.SomeField = TableB.FieldKey Set TableA.AnotherField=TableB.FieldStr" is not working too.
Any clue???
I have at work, a mdb with some tables a queries. We are migrating the tables to an sql server enviroment and the mdb is now empty, with some queries and the new linked tables but...
The queries don't work now.
case 1:
"Delete * From TableA" is not working
Case 2:
suppose TableB have 2 rows and 2 fields;
FieldKey FieldStr
01 One
02 Two
"Update TableA Inner Join TableB on TableA.SomeField = TableB.FieldKey Set TableA.AnotherField=TableB.FieldStr" is not working too.
Any clue???