N
November
Guest
Hello,
I'm not familiar with Access very much and this is my situation:
I've got a table Routes with RouteID, Route, Route_price; a tabe Invoices with InvoiceID, Units, Route, Route_price, Total.
I've got a form, where I input Units, choose Route from the combo box.
Needed action:
I input Units, then choose Route, the corresponding Route_price should be chosen, shown and multiplicated with Units. The Total must be shown.
The Route, Route_price, Units, Total must be saved in table Invoices.
I don't know how:
pick Route_price according to selected Route and multiply it with entered Units and then show Total.
store all values in Invoice.
Will be gratefull for help
I'm not familiar with Access very much and this is my situation:
I've got a table Routes with RouteID, Route, Route_price; a tabe Invoices with InvoiceID, Units, Route, Route_price, Total.
I've got a form, where I input Units, choose Route from the combo box.
Needed action:
I input Units, then choose Route, the corresponding Route_price should be chosen, shown and multiplicated with Units. The Total must be shown.
The Route, Route_price, Units, Total must be saved in table Invoices.
I don't know how:
pick Route_price according to selected Route and multiply it with entered Units and then show Total.
store all values in Invoice.
Will be gratefull for help
Last edited: