W
Will
I am trying to design a database for my company, but my
knowledge of access is somewhat limited.
I have two tables: Customer (which holds all of the
customer information) and Product (which holds all of the
information on the products etc.) I then have a query
which is created from these two tables, and an input form
created from that query. So when I enter the customer
deatils it goes into the customer table, and the product
details go into the product table.
However, we have another category of product. What I would
like is a product2 table, linked to the customer, a new
query made from these and a form to input.
But, when I enter data into the form the data is
overwritten by the data already assigned to the autonumber
given. Eg: I enter Joe Blogs into the new form, and
instead of displaying that it shows Jane Doe, which is the
information I put into record 1 of the old product
category.
How do I get around this?
Thanks
knowledge of access is somewhat limited.
I have two tables: Customer (which holds all of the
customer information) and Product (which holds all of the
information on the products etc.) I then have a query
which is created from these two tables, and an input form
created from that query. So when I enter the customer
deatils it goes into the customer table, and the product
details go into the product table.
However, we have another category of product. What I would
like is a product2 table, linked to the customer, a new
query made from these and a form to input.
But, when I enter data into the form the data is
overwritten by the data already assigned to the autonumber
given. Eg: I enter Joe Blogs into the new form, and
instead of displaying that it shows Jane Doe, which is the
information I put into record 1 of the old product
category.
How do I get around this?
Thanks