M
Matilda
G'day Gurus,
I have a table (T1) which holds records which are a subset of table 2 (T2).
I want to delete the records from T2 which match those in T1.
I have tried a Find Unmatched query which I would then make a new table
from, but I get zero records returned from this tactic - can't fathom why
that would be the case ):-((
Also tried an SQL approach given here for a similar problem, but get error
messages.
I'm sure it's simple but so far eludes me.
Many TIAs - you've never let me down
Matilda
I have a table (T1) which holds records which are a subset of table 2 (T2).
I want to delete the records from T2 which match those in T1.
I have tried a Find Unmatched query which I would then make a new table
from, but I get zero records returned from this tactic - can't fathom why
that would be the case ):-((
Also tried an SQL approach given here for a similar problem, but get error
messages.
I'm sure it's simple but so far eludes me.
Many TIAs - you've never let me down
Matilda