B
bergwax
I'm new to Access and used to the ease of Excel.. yep.. need a lil hel
to start off.
I have a couple tables already set up in my database. I then created
query calculating the values from each table (simpl
multiplication/division)... here are my problems...
1. some of the values in the tables are zero... so I get a divide b
zero error. I wanted to create an if statement like: if x = 0, the
find the largest value in the column or if x = 0, then let x = 1...jus
as long as its not zero.
2. some of the results are also very large (relative to what I'
doing... over 100,000). I wanted to create an 'if' statement tha
would do something similar to this: if x > 100000 then x = ">100000"
yep, the '>' sign included.
**if you think there would be a better way to solve this, other tha
'if' statements, please feel free to mention the process**
If anyone can help that would be great!! I know some of this might b
simple but I'm trying to crash through this stuff.. taking a little bi
longer than expected and I'm running out of time.. thanks!
to start off.
I have a couple tables already set up in my database. I then created
query calculating the values from each table (simpl
multiplication/division)... here are my problems...
1. some of the values in the tables are zero... so I get a divide b
zero error. I wanted to create an if statement like: if x = 0, the
find the largest value in the column or if x = 0, then let x = 1...jus
as long as its not zero.
2. some of the results are also very large (relative to what I'
doing... over 100,000). I wanted to create an 'if' statement tha
would do something similar to this: if x > 100000 then x = ">100000"
yep, the '>' sign included.
**if you think there would be a better way to solve this, other tha
'if' statements, please feel free to mention the process**
If anyone can help that would be great!! I know some of this might b
simple but I'm trying to crash through this stuff.. taking a little bi
longer than expected and I'm running out of time.. thanks!