D
Derek
Hello,
I'm sure this one has been asked and answered but I can't figure it out. I
have an update query where I need to join a range of records. Based on an ID
number greater than "X"
I know I am going to have to use SQL
and I think it would look something like this... but I am getting an error
message
SELECT [tmpImportSales]![Region] AS updateregion
FROM tmpImportSales INNER JOIN [RegionUpdate] ON tmpImportSales.ID >
[RegionUpdate].ID;
Any help would be greatly appreciated.
Thank you,
Derek
I'm sure this one has been asked and answered but I can't figure it out. I
have an update query where I need to join a range of records. Based on an ID
number greater than "X"
I know I am going to have to use SQL
and I think it would look something like this... but I am getting an error
message
SELECT [tmpImportSales]![Region] AS updateregion
FROM tmpImportSales INNER JOIN [RegionUpdate] ON tmpImportSales.ID >
[RegionUpdate].ID;
Any help would be greatly appreciated.
Thank you,
Derek