Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Matching records in linked tables

Status
Not open for further replies.

DeZiner

Programmer
Joined
May 17, 2001
Messages
815
Location
US
I have two tables. One has columns: Credit_Card, Amount, Date. The second has the same. I need to match the rows one by one. If it matches credit card number and amount mark it as done or delete it, either way. If it doesn't have a match mark it has such. But, if a row has a previous match I can not loop through it again it needs to be discarded from both tables or ignored. Any ideas of a query or a good starting point? DeZiner
Never be afraid to try something new.
Remember that amateurs built the Ark.
Professionals built the Titanic
 
see my reply to your first post
 
explain your table structure, and try to build a sql-statement, so we can help you to fix and make the right sql-statement

Charl
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top