You might be able to create queries that normalize the fields so that you
can calculate the StDev, rather than requiring new tables.
SELECT Field1
FROM MyTable
UNION
SELECT Field2
FROM MyTable
UNION
....
--
Doug Steele, Microsoft Access MVP
(no e-mails, please!)