Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do you multiply a Currency and a number?

Status
Not open for further replies.

NeoZakz

Technical User
Jul 22, 2002
25
US
This should be pretty simple but its just not working for me. Im just trying to multiply a cost * Days type thing and get a total in a query, But it isnt putting anything at all. What command do you use in a query to multiply stuff together?
 
Are these fields in the same table? How is your query set up ?
This should be straight forward. Unless they are from different tables with no join or there is a null.

Example from the same table;

ResultField: ([Amount] * [Days])

If the fields are from different tables, how are they joined?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top