G
Guest
I have a table like this:
System (Text)
SeqNbr (Nbr)
KillFlag (Boolean)
..
..
..
It may also have other fields and an autonumber primary key...
I need to select certain records where the System is, say, "XYZ" and
SeqNbr is, say, 5 (I have another table with the list of systems and sequence
numbers....), and then use the KillFlag from SeqNbr 5 to update the KillFlag
for SeqNbr 19.
My mind isn't getting around this problem. It seems like it should be a
simple SQL solution....Can anyone offer ideas?
System (Text)
SeqNbr (Nbr)
KillFlag (Boolean)
..
..
..
It may also have other fields and an autonumber primary key...
I need to select certain records where the System is, say, "XYZ" and
SeqNbr is, say, 5 (I have another table with the list of systems and sequence
numbers....), and then use the KillFlag from SeqNbr 5 to update the KillFlag
for SeqNbr 19.
My mind isn't getting around this problem. It seems like it should be a
simple SQL solution....Can anyone offer ideas?