I have two tables that are linked with the same ID number's
One holds Orderinfo and the other Iteminfo, I need to SELECT the ID's that are in the table with the Orderinfo where the ID does not exist in the Iteminfo table and then remove it from the Orderinfo table. All of this is being done with in a VB Program using recordsets. Do You Have any Ideals to help!
Thanks.
One holds Orderinfo and the other Iteminfo, I need to SELECT the ID's that are in the table with the Orderinfo where the ID does not exist in the Iteminfo table and then remove it from the Orderinfo table. All of this is being done with in a VB Program using recordsets. Do You Have any Ideals to help!
Thanks.