Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

im trying to calculate electricity consumption using this formula:

electricity consumption = Usage Per Day * Power (Watt) * Number of Item * 30 / 1000

but i have no idea how to call the data in a row from access.

tell me if you need more info.

enter image description here

share
Well if those are column names then you would need to put them in square brackets like [Usage Per Day] * [Power (Watt)] * [Number of Item] * 30 / 1000 – V4Vendetta 3 mins ago

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.