I´m trying to update my boatclub members database, the problem is this:
The members table is imported from excel and it looks just like I want it except that it hasn´t any information about the members boatwidth. That info is in another excel-file that I´ve imported as a new table without problem.
My intention is to match the table members.f_name and members.l_name against width.f_name and width.l_name and when there´s a match I want the width.boat_width to update members.boat_width.
What next? Do I need to setup relations?
Regards, Per Elofson, Sweden
The members table is imported from excel and it looks just like I want it except that it hasn´t any information about the members boatwidth. That info is in another excel-file that I´ve imported as a new table without problem.
My intention is to match the table members.f_name and members.l_name against width.f_name and width.l_name and when there´s a match I want the width.boat_width to update members.boat_width.
What next? Do I need to setup relations?
Regards, Per Elofson, Sweden