N
Nylex
I have a table named "RetailM" which is created by an accounting programme
and imported into my Database
It is continually changed in volume and I need to update the latest cost in
to the database tables
The "Products" table has a filed named "Barcode" and "Cost" and so does
RetailM
They are not linked as one table is always altered - the only field they
have in common is the "Barcode" and "Description"
I need to find how many records are in "RetailM" and then check each record
from 1 to ??? and copy the "RetailM Cost" to "Products Cost"
Any help would be appreciated
and imported into my Database
It is continually changed in volume and I need to update the latest cost in
to the database tables
The "Products" table has a filed named "Barcode" and "Cost" and so does
RetailM
They are not linked as one table is always altered - the only field they
have in common is the "Barcode" and "Description"
I need to find how many records are in "RetailM" and then check each record
from 1 to ??? and copy the "RetailM Cost" to "Products Cost"
Any help would be appreciated