- Mar 13, 2007
- 1,100
- 0
- 76
Im an access noob and im trying to figure out how to add a damn exception for something, or maybe avoid it if I Can. I got this new job and they do a bunch of reports through access. All of the DB's were setup by the guys before me who are now gone, and I need to try to figure out how to make an odd change to this DB without knowing anything about access.
Basically I do these reports at my new job that takes a bunch of skews we pull from an online system, each skew is is multiplied by some duration, usually 15min, its a set number for each skew. all the math gets added up so we can find out how much time each person spent working, and on what thing.
Now here is my problem, each skew is usually multiplied by a static amount, but one skew gets manually put in by each person. so I need to add some kind of an exception to multiply one skew by a variable in the DB of what they entered.
Normally the math is done by, (number of each skew) * (multiplier). so I need to add some exception in there like if skew =7*variable of time
Basically I do these reports at my new job that takes a bunch of skews we pull from an online system, each skew is is multiplied by some duration, usually 15min, its a set number for each skew. all the math gets added up so we can find out how much time each person spent working, and on what thing.
Now here is my problem, each skew is usually multiplied by a static amount, but one skew gets manually put in by each person. so I need to add some kind of an exception to multiply one skew by a variable in the DB of what they entered.
Normally the math is done by, (number of each skew) * (multiplier). so I need to add some exception in there like if skew =7*variable of time
