Hello Fm experts,
I've been trying to import data from an excel file to a related table on my data base for days now. All of the imported data seems to work ok but I cant populate my foreign key field to match the related field on another table.
I have a parent table where I keep Horse's general info like age, gender, color etc... The child table keeps reproduccion info for each horse. Every horse has a daily update of the reproductive status where I have info on ovaries, uterus etc. I'm trying to import 6,800 records where I have the daily info on each horse. I have related the Horse ID with a primary key to a Horse ID foreign key, whith a dropdown list that shows the horses name. When I import the excel sheet all data is imported correctly including the horses names, but no of the info from the parent table seems to come up in the child table. I have to manualy take each record and click on the field to get the dropdown list and select the matching name... ther must be a way to make this happen automaticly please help i've been stuck un these issue for quite a while now... Thanks to anyone who helps me.