Hey i'm new to the forum and the whole VBA coding and have come accross a problem. Im using a database to manage the transactions of a software retailer.
Basically it concerns two tables:
tblStock(Stock_ID, Product_Name, Manufacturer, Price, Qty_Stock)
and a table tblOrder which contains the...