View Single Post
  #1  
Old May 13th, 2010, 01:55 PM posted to microsoft.public.access.gettingstarted
David
external usenet poster
 
Posts: 1,494
Default Newbie Access Programer

Hi
I have several years experience with Excel VBA
I'm hoping someone can give me a kick start with access VBA example code
for the following simplified example:
tbl_Fruit has 2 fields: WeekNumber, Fruit (4 varieties)
QueryFruit has CountOf Fruit for a specified WeekNumber
How would I cycle through many week numbers and output and capture the query
result for each?
Thanks