mcdhappy80
Registered User.
- Local time
- Today, 17:19
- Joined
- Jun 22, 2009
- Messages
- 347
I'm gonna show the picture of what I need and then I'm gonna explain and ask a question(s):
So, I need to create form (table) that will count how many Values are there for each Place.
Values are stored in tblValues and there are six of them for now but that number might increase in future.
Places are also stored in separate table tblPlace. There are about 30 places so far.
So I was thinking of creating a form to display this and the create a button on the form which will open the report and then print this, or maybe just the report I'll see.
What I don't know here is:
1) Do I need to use some special type of form (maybe pivot table)?
2) Can this be done just via query (and how) or will I be forced to do it in VBA using FOR loops?
Thank You
So, I need to create form (table) that will count how many Values are there for each Place.
Values are stored in tblValues and there are six of them for now but that number might increase in future.
Places are also stored in separate table tblPlace. There are about 30 places so far.
So I was thinking of creating a form to display this and the create a button on the form which will open the report and then print this, or maybe just the report I'll see.
What I don't know here is:
1) Do I need to use some special type of form (maybe pivot table)?
2) Can this be done just via query (and how) or will I be forced to do it in VBA using FOR loops?
Thank You