G
Guest
Hello
I have 2 tables that I'm trying to make a new table from with a make table
query.
Ok that's the easy part out of the way.
Basically table 1 has start and end point fields and table 2 has start and
end point fields that are segments of table 1's start and end point fields
(hope that's clear).
Table 1 has a mileage from field, a mileage to field and a category field.
Table 2 has a mileage from field and a mileage to field.
The make table query should say if table 2's start and end points fall
within table 1's start and end points then copy that record along with the
category field to the new table.
I have 2 tables that I'm trying to make a new table from with a make table
query.
Ok that's the easy part out of the way.
Basically table 1 has start and end point fields and table 2 has start and
end point fields that are segments of table 1's start and end point fields
(hope that's clear).
Table 1 has a mileage from field, a mileage to field and a category field.
Table 2 has a mileage from field and a mileage to field.
The make table query should say if table 2's start and end points fall
within table 1's start and end points then copy that record along with the
category field to the new table.