On a mainform for a Sales Order, I calculate the Subtotal, Shipping Costs and Tax.
For the shipping costs, I have a code that states if there is no shipping, do not make shipping costs visible. However, it still charges for shipping.
Any ideas on how to write a statement saying to NOT...
I have a continous subform that lists product name, unit price, qty, and extended price. I have a combo box set to the product name, and I have a default value on the Item Unit Price (=DLookup("[ProdUnitPrice]", "tblProduct", "[ProdID]= '" & [Me]![ItemProdID] &...
I have a continous subform that lists product name, unit price, qty, and extended price. I have a combo box set to the product name, and I have a default value on the Item Unit Price (=DLookup("[ProdUnitPrice}", "tblProduct", "[ProdID]= '" & [Me]![ItemProdID] &...
Here it goes, and I shall try to be as descriptive as possible. I am new at this access game, and am presently stumped.
I have a main form(Sales Order Form) with a combo box that is a sales query with the fields of SaleID, SaleCustID,etc).
I have two subforms on the main form. One is the...
I want to create a unique customer ID number consisting of the first four characters of the customer's last name, and then 4 random numbers. It is driving me crazy.
I have been successful in creating automatic sales ID, and product ID with the DLookup function.
Any suggestions?
thanks,
Susan
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.