T
Terri
I have these two tables, one temp, one working and an
append query that contains five fields:
From Table: "Temp Table"
Plant CurYear CurMonth Time Used
Cin 2003 8 20000 18000
Cin 2003 8 20000 16000
Cin 2003 8 20000 19000
Cin 2003 8 20000 17500
Target Table: "Working Table"
Plant CurYear CurMonth Time Used
Cin 2003 8 20000 18000
Cin 2003 8 20000 16000
I need to use the append query to block the two similar
records in both tables from being re-appended, only
allowing the new record(s) to be added from the "Temp
Table" to the "Working Table". More fields under similar
append conditions could be added to both tables as this
application goes forward. Any Ideas would be appreciated!
Oh, I'm kinda new at this as you can see....
Thanks,
append query that contains five fields:
From Table: "Temp Table"
Plant CurYear CurMonth Time Used
Cin 2003 8 20000 18000
Cin 2003 8 20000 16000
Cin 2003 8 20000 19000
Cin 2003 8 20000 17500
Target Table: "Working Table"
Plant CurYear CurMonth Time Used
Cin 2003 8 20000 18000
Cin 2003 8 20000 16000
I need to use the append query to block the two similar
records in both tables from being re-appended, only
allowing the new record(s) to be added from the "Temp
Table" to the "Working Table". More fields under similar
append conditions could be added to both tables as this
application goes forward. Any Ideas would be appreciated!
Oh, I'm kinda new at this as you can see....
Thanks,