I have a database containing software details. Its been requested that a new field is created to store an additional piece of information about the software, a field called 'TYPE'.
I have a CSV file containing 'ID' and 'TYPE'.
The 'ID' field is already present in the database and unique for each record.
Is it possible to add the additional information to each record using 'ID' as the lookup value?
I looked on MSDN and came away slightly baffled!
I have a CSV file containing 'ID' and 'TYPE'.
The 'ID' field is already present in the database and unique for each record.
Is it possible to add the additional information to each record using 'ID' as the lookup value?
I looked on MSDN and came away slightly baffled!