Jump to content

Populating foreign key fields when importing from excel.


This topic is 3973 days old. Please don't post here. Open a new topic instead.

Recommended Posts

I want to populate a table from an excel spreadsheet, a child table to my master projects table in my fm db. The foreign key field I need to fill is the "project_number" key, since I am using an internally assigned fm serial key for each respective project number assigned by the user. 

 

So my thinking is. Populate the projects table first, have fm assign a pk for each project, then somehow find a way to relate fm assigned serial to existing project no. in the spreadsheet and then import it? Surely there should be some easier way...

 

(this of course stems from the fact that I 've opted for an fm assigned pk serial, instead of replicating the XXX-YY (X:number, Y:year) project no we currently use, and using that as an fm assigned pk, after having inputted the data already available. Maybe I might need to rethink this. I hope I can input the project no.s in a field and then, from then on, have fm assign itself the XXX-YY code, that is change the type of field to autoenter without affecting the previous records.)

Link to comment
Share on other sites

This topic is 3973 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.