Corrected QT Interval

G

Guest

I'm trying to calculate the corrected QT interval in a query, but I'm not
getting correct #s.
This is what I'm using;

QTc = [fldQT]/Sqr([fldRR])

The formula for Qtc = QT divided by the Square root of RR.

Any ideas what's wrong.

Thanks
 
J

John W. Vinson

I'm trying to calculate the corrected QT interval in a query, but I'm not
getting correct #s.
This is what I'm using;

QTc = [fldQT]/Sqr([fldRR])

The formula for Qtc = QT divided by the Square root of RR.

Any ideas what's wrong.

Thanks

What's the context: a form, a query, or what? What values are you
using? What results are you getting? What results do you expect?

John W. Vinson [MVP]
 

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

Similar Threads


Top