G
Guest
I have a table (but you enter the details on a user-friendly form which all
works fine) for customers - names, organisation, some codes for what type of
org etc., and another separate table for orders, so every time a request
comes in, a new order is made out.
I want to be able to link the two tables somehow (so I can look at all the
orders from a particular customer, for instance), but when I've tried to do
it, it won't let me - it seems to only want to allow one order per customer,
but as we'll be getting re-orders, that's no good.
There is something called a "primary key", which you set on each table. I
think this enables you to link tables together, but it won't (as far as I can
see) allow you to link one record in one table to multiple records in the
other table.
PLEEEZE HELP
works fine) for customers - names, organisation, some codes for what type of
org etc., and another separate table for orders, so every time a request
comes in, a new order is made out.
I want to be able to link the two tables somehow (so I can look at all the
orders from a particular customer, for instance), but when I've tried to do
it, it won't let me - it seems to only want to allow one order per customer,
but as we'll be getting re-orders, that's no good.
There is something called a "primary key", which you set on each table. I
think this enables you to link tables together, but it won't (as far as I can
see) allow you to link one record in one table to multiple records in the
other table.
PLEEEZE HELP