Hi, to everyone. I am new in forum, but hope that I can find so needed help hear.
I relatively new to the Access, but until know managed to create quite a useful database. Basically it is a Price list which contains information about goods which my company is buying/selling: (Code, Description, Sales Price, Purchasing Price, Pictures, etc.)
I have problem with two tables:
tblArticle (contains information about Goods)
tblPrice (contains prices)
They are connected with ArticleID.(see attachment)
tblArticle is a table which I fill in manually. Then I import all kind of information from xls (description, purchasing prices, etc.). Then using queries i calculate my import and wholesale prices, and then I copy them into tblPrice, to store them there and use for price offers.
The problem which I have is that when I use an update query it updates tblPrice only if it already contains any value corresponded to value in tblArticle, but what I want, is that it actually create a new record in tblPrice, which corresponds to tblArticle.
Hope that I managed to explain the problem.
Thanks in advance.
I relatively new to the Access, but until know managed to create quite a useful database. Basically it is a Price list which contains information about goods which my company is buying/selling: (Code, Description, Sales Price, Purchasing Price, Pictures, etc.)
I have problem with two tables:
tblArticle (contains information about Goods)
tblPrice (contains prices)
They are connected with ArticleID.(see attachment)
tblArticle is a table which I fill in manually. Then I import all kind of information from xls (description, purchasing prices, etc.). Then using queries i calculate my import and wholesale prices, and then I copy them into tblPrice, to store them there and use for price offers.
The problem which I have is that when I use an update query it updates tblPrice only if it already contains any value corresponded to value in tblArticle, but what I want, is that it actually create a new record in tblPrice, which corresponds to tblArticle.
Hope that I managed to explain the problem.
Thanks in advance.