M
Marco Silva
Hi. I want to create a formula system in my access program.
So I using a little funcionality that I already have in my system that make
calcs using a prompt command.
So, I'm trying to load a text value that as the formula:
(([Field1]*[field2]*[field3]*[field4])/[field5])
but this don't work because the form cannot use the text values, it uses
text, imagine this:
I havee in this fields:
field1: 10
field2: 30
field3: 2
field4: 14
field5: 12
I want that my value is: 700
My problem is that the form cannot understand that it should not use the
text but the inside numbers.
I also tried to make this in a query. I made a field name toalvalor: and
then I put the column name: ValorTotal: [formula]
But without sucess.
How can I solve this?
Regards,
Marco
So I using a little funcionality that I already have in my system that make
calcs using a prompt command.
So, I'm trying to load a text value that as the formula:
(([Field1]*[field2]*[field3]*[field4])/[field5])
but this don't work because the form cannot use the text values, it uses
text, imagine this:
I havee in this fields:
field1: 10
field2: 30
field3: 2
field4: 14
field5: 12
I want that my value is: 700
My problem is that the form cannot understand that it should not use the
text but the inside numbers.
I also tried to make this in a query. I made a field name toalvalor: and
then I put the column name: ValorTotal: [formula]
But without sucess.
How can I solve this?
Regards,
Marco