


Hi there i am stuck on the relationships section of access basically
i have a few tables which id like to link with each other and have one main table where each of these tables obtain their data for example
main table is customers with customer id name surname address
the rest are orders and messages and so on with the same fields
i want these same fields such as name surname to get its data from customers table but with the corresponding customer id
so once a new customer is entered into customers table it will have its customer id
and from this id when i type it into orders table id like the name and surname address to come up automatically within orders and so on
thank you