Just after some advice for the best way to do this,
I can import a list of x amount of sites. (Sites are locations we are to carry out work)
Then in my job table I need the sites I added to be put there and then assigned to a project.
example: Site_ID > 350 are all added to jobs and Project_ID in the jobs table = 2
How would I define which project they go into? I can move the site ID's fine, then change each project number manually.
But is there a way to define what I want that field to be at query level?