我想在我的access数据库上寻求帮助。我想将值(货币格式)分配到基于日期开始和日期结束的多个字段中。 例如: if field Spend Amount value is - $10,000 if Field end date is - April-2018 则Jan字段将为2,500美元 and Feb field should be $2,500 april field also $2,500 基本上,金额应根据开始月份和结束月份类别平均分配 感谢您的帮助
我只是想让用户输入一个数字,程序会在这个数字的基础上加0.25。但是它说"+“是一个无效的运算符,这不可能是真的。或者在我的代码中有什么特殊的规则?//User Interface etc. is made double Num2 = 6.5 Num1 + 0.25; //here is the error according to eclip