If you did it in a query, the value is in the query. If you have trouble finding the name ACCESS gives to it, do a debug run and then refer to it as me.fields(?) where ? is the field you found by
for i = 0 to 20
msgbox str(i) & rs.fields(i)
next
rs is the resulting recordset of the query. Capish????
Rollie@bwsys.net