Click to See Complete Forum and Search --> : Acess VBA code


amt35
October 2nd, 2001, 03:06 PM
I am using Access 2000:

Is there a way to have some code search through a table computing the average of certain fields? I need to be able to do it at run time and from my main form.

How do I get access to the entries in a table in VBA code?

Thanks a lot!!!!

Andrew

Iouri
October 2nd, 2001, 03:17 PM
Can you use SQL
Select AVG(Field) as A from Table

Iouri Boutchkine
iouri@hotsheet.com