Im using one form to do many functions, search for a product, then a button to add that product to a basket.
Should i have a subform from the basket table? i want a fixed height and width and be able to scroll within. Also would need to change the quantity of the product (how many the customer is buying) and also delete the row.
If the row get deleted i would need to update tblProductsLog to put quantity back up, and if quantity gets changes the same.
Is it a way not to use subform and have a loop to echo all results from the table? (in tabular format) etc.
I want opinions :)
|
|