G
Guest
HI
In a Form I have fields that are result of calculation of fields entered on this same form
The problem is that I don’t see these calculated fields on the table related
I tried the following
For the Form_BeforeUpdate event on Event Properties for the Form I set
Me.CalculResult=[quantity]*[tax]*[price], where “CalculResult†is the name of the field on the table
And on the Form for fields based on calculation of values from others fields, for
TEXT BOX
Name: Total Pric
Control Source : =[quantity]*[tax]*[price
LEGEND
Name: Total Price Legen
Legend: Total Pric
And on the Table relate
TEXT BOX
Name – CalculResul
After all these settings I run and #Name? appears on this field. Where does the Name doesn’t match?
Could someone help me please
Another question
How do I write an expression in which I need to list all the pattern, except one called "IN", eg.
In a list of codes like MO, RF, TE, I need to list the registers related to the code IN only. I know where I must use this expression, but I don't know how it is. Could you help me
Thanks a lot in advance
In a Form I have fields that are result of calculation of fields entered on this same form
The problem is that I don’t see these calculated fields on the table related
I tried the following
For the Form_BeforeUpdate event on Event Properties for the Form I set
Me.CalculResult=[quantity]*[tax]*[price], where “CalculResult†is the name of the field on the table
And on the Form for fields based on calculation of values from others fields, for
TEXT BOX
Name: Total Pric
Control Source : =[quantity]*[tax]*[price
LEGEND
Name: Total Price Legen
Legend: Total Pric
And on the Table relate
TEXT BOX
Name – CalculResul
After all these settings I run and #Name? appears on this field. Where does the Name doesn’t match?
Could someone help me please
Another question
How do I write an expression in which I need to list all the pattern, except one called "IN", eg.
In a list of codes like MO, RF, TE, I need to list the registers related to the code IN only. I know where I must use this expression, but I don't know how it is. Could you help me
Thanks a lot in advance