Ok, to use a real example I have a form that will collect details about a location and also a table that holds details about the obstacles at the spot.
So for instance in one INSERT i would like to place the values 37 Main Street, Plymouth, Devon into the fields address_line_1, town, county which are in the location table.
And then into the obstacles table I wish to place the values handrail, medium, 5 steps into the fields obstacle_description, obstacle_size, obstacle_number.
Does this make it any clearer?
Thanks very much.