marthacasting
Registered User.
- Local time
- Today, 08:39
- Joined
- Oct 17, 2011
- Messages
- 67
First let me say that I am a novice Access-user.
Let's say that I want to make a report to use as a packing list for equipment to be sent to different camps, based on information we get on each camper.
We ask the campers for their shoe size and their pant size. The information is automatically imported from an online application. So I have fields in my query for ShoeSize and PantSize.
The campers don't know that we make adjustments/accommodations to the equipment based on the information they give us.
If their pant size is S,M,L, then we move up their shoe size by one size. If their pant size is XL, XXL, XXXL, then we move up their shoe size by two sizes.
So I would like to set up the query (to generate reports for the equipment packer) so that it makes this adjustment automatically in another field.
My question is, can I have a ShipShoeSize field set up based so that ShipShoeSize: is based on PantSize+1 when the PantSize is S,M,L and PantSize+2 when the PantSize is XL, XXL?
I was thinking in the ShipShoeSize criteria, I could go into Builder and have it be Pants=S or M or L, but I haven't been able to get it to work.
Thank you in advance for any help!
Let's say that I want to make a report to use as a packing list for equipment to be sent to different camps, based on information we get on each camper.
We ask the campers for their shoe size and their pant size. The information is automatically imported from an online application. So I have fields in my query for ShoeSize and PantSize.
The campers don't know that we make adjustments/accommodations to the equipment based on the information they give us.
If their pant size is S,M,L, then we move up their shoe size by one size. If their pant size is XL, XXL, XXXL, then we move up their shoe size by two sizes.
So I would like to set up the query (to generate reports for the equipment packer) so that it makes this adjustment automatically in another field.
My question is, can I have a ShipShoeSize field set up based so that ShipShoeSize: is based on PantSize+1 when the PantSize is S,M,L and PantSize+2 when the PantSize is XL, XXL?
I was thinking in the ShipShoeSize criteria, I could go into Builder and have it be Pants=S or M or L, but I haven't been able to get it to work.
Thank you in advance for any help!