UPDATE UsersTable INNER JOIN StatusTable ON UsersTable.uID=StatusTable.uID SET StatusTable.sStatusLookup=0 WHERE (((UsersTable.uDateAdded) Is Not Null) and (( StatusTable.sID) is Null));
This query is "...about to update 0 row(s)...."
Huh?
I have 600+ records that should be updated through this query.
I have tried a variety of conditions (one or more at a time) on different fields; at best I get one record to update.
I suspect I first have to create a record in the StatusTable for each uID before I can update, but I sure can't figure out how except one by one manually - aaaaggggg!
All comments and ideas welcome!
Yamy
This query is "...about to update 0 row(s)...."
Huh?
I have 600+ records that should be updated through this query.
I have tried a variety of conditions (one or more at a time) on different fields; at best I get one record to update.
I suspect I first have to create a record in the StatusTable for each uID before I can update, but I sure can't figure out how except one by one manually - aaaaggggg!
All comments and ideas welcome!
Yamy