Newbie Access Programer

D

David

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
 
L

Linq Adams via AccessMonster.com

With your background, you also need to keep in mind that Excel VBA and Access
VBA are not the same language! Some functions are available in both and some
aren't, and some with the same exact name work differently, depending on
whether it's Excel or Access.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top