|
-
October 2nd, 2001, 03:06 PM
#1
Acess VBA code
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
-
October 2nd, 2001, 03:17 PM
#2
Re: Acess VBA code
Can you use SQL
Select AVG(Field) as A from Table
Iouri Boutchkine
[email protected]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|