calculations with recordset columns

Joined
Dec 2, 2012
Messages
1
Reaction score
0
How can I do operations with recordset columns, for instance I have the following code


rsR.Open "SELECT resistance FROM [compilation$B6:C32450]", con
rsX.Open "SELECT reactance FROM [compilation$B6:C32450]", con

how can i calculate the following new values:

The minimum and maximum value of Z where Z is equal to: SQRT(resistance^2+reactance^2) ----> sqrt IS THE square root two
:dance:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top