What is the best way to update fields in a table with values from a text file? I have a table containing Part Prices and other info, but the Price is regularly updated and is supplied in a text file format.
Table: Parts
Fields: PartNo, Price, Description, Supplier
TextFile: Prices
One line per part containing Partno, Price
Using SQL7 NT4
Thanks
Table: Parts
Fields: PartNo, Price, Description, Supplier
TextFile: Prices
One line per part containing Partno, Price
Using SQL7 NT4
Thanks