TonyLackey
Registered User.
- Local time
- Today, 23:53
- Joined
- Oct 9, 2002
- Messages
- 19
Hi,
Firstly i'm not an expert, so apologies if this is a dum question!
I am linking Access 97 to Sybase via ODBC.
Get the following message 'Access operation must use an updateable query'.
I get round it by creating a new table in sybase and then running my query within sybase.
Code:
UPDATE amos_CompJob INNER JOIN MOFE_LastDone_Engine ON amos_CompJob.CompJobID = MOFE_LastDone_Engine.CompJobID SET amos_CompJob.LastDone = [MOFE_LastDone_Engine]![Last Done Date]
WHERE (((MOFE_LastDone_Engine.[Last Done Date])>#4/1/1990#));
Any ideas how to run the query from Access?
Thanks in advance,
T

Firstly i'm not an expert, so apologies if this is a dum question!
I am linking Access 97 to Sybase via ODBC.
Get the following message 'Access operation must use an updateable query'.
I get round it by creating a new table in sybase and then running my query within sybase.
Code:
UPDATE amos_CompJob INNER JOIN MOFE_LastDone_Engine ON amos_CompJob.CompJobID = MOFE_LastDone_Engine.CompJobID SET amos_CompJob.LastDone = [MOFE_LastDone_Engine]![Last Done Date]
WHERE (((MOFE_LastDone_Engine.[Last Done Date])>#4/1/1990#));
Any ideas how to run the query from Access?
Thanks in advance,
T
