G
Guest
Hi,
I'm trying to not create temporary tables and nest a query as the value of a
update, sql as below.
UPDATE [Vessel Records] SET [Vessel Records].RecNum = ( SELECT max( [VESSEL
RECORDS].RecNum) FROM [VESSEL RECORDS] )
WHERE ([Vessel Records].RecNum Is Null);
I don't want to use a AutoNumber field and have another 5 update queries to
do something very similar.
Can anyone helps?
Matt
I'm trying to not create temporary tables and nest a query as the value of a
update, sql as below.
UPDATE [Vessel Records] SET [Vessel Records].RecNum = ( SELECT max( [VESSEL
RECORDS].RecNum) FROM [VESSEL RECORDS] )
WHERE ([Vessel Records].RecNum Is Null);
I don't want to use a AutoNumber field and have another 5 update queries to
do something very similar.
Can anyone helps?
Matt