A
Andy
Is it possible to build a macro that will round input values in a field based
on the value in another.
[PayItem]![Quantity] [Inventory]![ProductCost]
0.1 $0.1 to $9.99
0.01 $10.00 to $99.99
0.001 $100.00 to 1000.00
0.0001 $1001.00 to 10000.00
0.00001 $10001.00 to Infinity
[PayItem]![Quantity] is long intiger and [Inventory]![ProductCost] is Number
$ field.
Is this possible?
on the value in another.
[PayItem]![Quantity] [Inventory]![ProductCost]
0.1 $0.1 to $9.99
0.01 $10.00 to $99.99
0.001 $100.00 to 1000.00
0.0001 $1001.00 to 10000.00
0.00001 $10001.00 to Infinity
[PayItem]![Quantity] is long intiger and [Inventory]![ProductCost] is Number
$ field.
Is this possible?