I am trying to multiple a datbase integer by 100 and I get a dialog box that all it says is overflow. When I take the * 100 off the format, everything works fine but the number is not correct. My statement is as follows:
MyQualcost = IIf(IsNull(MyTable![Qualcost]), zeroes...