Hi,
Right now I'm trying to pull values out of an existing table then do some calculations. The thing is, not every cell in this particular column has a value, furthermore, I only want numerical values.
Before I had this kind of if statement but I don't think it works
If tb("GRADES") <> " P" Then
....
How would I code this? Thanx!
I probably can use IsNull("GRADES") but is there other options?
Right now I'm trying to pull values out of an existing table then do some calculations. The thing is, not every cell in this particular column has a value, furthermore, I only want numerical values.
Before I had this kind of if statement but I don't think it works
If tb("GRADES") <> " P" Then
....
How would I code this? Thanx!
I probably can use IsNull("GRADES") but is there other options?