Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / Forms / March 2007

Tip: Looking for answers? Try searching our database.

Need to multiply Quantity by Cost and Retail Cost

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
jriehl - 20 Mar 2007 01:17 GMT
Need to multiply the quantity times the input cost and retail on a form is
this possible. So the table can reflect the quantity recieved, total cost of
the item and total retail of the item....

I have tried several combinations to no avail. It would be like extending
the price on an invoice or order.

if I take the quantity field times the price field it does not work. I know
this can not be hard I just can't seem to find the correct expression
Hansford cornett - 20 Mar 2007 13:48 GMT
add a control field (TOTALCOST) to your form in an event function set,
on exit or after update of the Quantity field

TOTALCOST = Quantity X InputCost

You may also need to set this in the on open or on load event of the form.

Signature

Hansford D. Cornett

> Need to multiply the quantity times the input cost and retail on a form is
> this possible. So the table can reflect the quantity recieved, total cost of
[quoted text clipped - 5 lines]
> if I take the quantity field times the price field it does not work. I know
> this can not be hard I just can't seem to find the correct expression
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.