I have a database which I run for my Scout group.
One of the reports I run is the nights away badge.
In the report, I produce a list of camps each Scout has attended and calculate the total number of nights.
I also have another field that displays the current nights away badge held, so for example:
Fred Bloggs
May Camp 3 nights
July Camp 4 nights
Total nights = 7
Current badge held 1 nights
What I would like to do is have a field that says they current badge they are entitled to. The badges go up in stages = 1, 5, 10, 20, 35, 50 etc
So for the above example the line would be:
Current badge entitlement 5 nights
My question is, how do I take the value 7 and select the relevant badge entitlement from the list, in this case 5?
In Excel I would do a VLookup, but I can't find an equivalent in Access?
Any suggestions
Ian
One of the reports I run is the nights away badge.
In the report, I produce a list of camps each Scout has attended and calculate the total number of nights.
I also have another field that displays the current nights away badge held, so for example:
Fred Bloggs
May Camp 3 nights
July Camp 4 nights
Total nights = 7
Current badge held 1 nights
What I would like to do is have a field that says they current badge they are entitled to. The badges go up in stages = 1, 5, 10, 20, 35, 50 etc
So for the above example the line would be:
Current badge entitlement 5 nights
My question is, how do I take the value 7 and select the relevant badge entitlement from the list, in this case 5?
In Excel I would do a VLookup, but I can't find an equivalent in Access?
Any suggestions
Ian