RE: Relational DB
Hi Pajam
Using access to create a relational DB can be a complex series of steps. Essentially you need to create a minimum of two tables and then link them together by a common field using a relationship.
As an example, you might have a suppliers table and a products table. Each supplier provides many products. So the products table would have a suppliers field that would link the product with the supplier.
In principal, that is how it works.
Regards
Richard