Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Not Updatable
Message
From
24/10/2001 12:35:01
 
 
To
24/10/2001 12:00:57
General information
Forum:
Microsoft Office
Category:
Access
Title:
Miscellaneous
Thread ID:
00572594
Message ID:
00572700
Views:
29
This message has been marked as a message which has helped to the initial question of the thread.
>The SQL is :
>
>
SELECT prototype.*, trknum.*
>FROM trknum INNER JOIN prototype ON trknum.trknum = prototype.trknum;
>
>TRKNUM only has 1 field: TRKNUM and it is the primary key
>PROTOTYPE has a bunch of fields with ID being the primary key

I think that the update query cannot find the unique field to be updated due to the lack of a where clause. What trknum is going to be updated? The way the update statement is written all trknums would be changed to the value in mtxt0.
Also is prototype the name of the query or are you trying to refer to the base table?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform