Hello,
I have create a table with three fields.
1st and 2nd field is Single number the 3rd is text,
The function i want to create is to take the text of the
3rd field and convert it to value.
Example for using the function in a Query
Example: 1rst Field 2nd Field 3rd Field 4rth Field
Single Single Text VBA function
L1 L2 Text Value
record1 1 5 L1+L2 6
record2 5 1 2*L1+L2 11
...
...
I want to create a function that calculate the 4rth field taken values
from L1,L2 and the value depending of the 3rd text field.
Can anyone help??
Thanks
I have create a table with three fields.
1st and 2nd field is Single number the 3rd is text,
The function i want to create is to take the text of the
3rd field and convert it to value.
Example for using the function in a Query
Example: 1rst Field 2nd Field 3rd Field 4rth Field
Single Single Text VBA function
L1 L2 Text Value
record1 1 5 L1+L2 6
record2 5 1 2*L1+L2 11
...
...
I want to create a function that calculate the 4rth field taken values
from L1,L2 and the value depending of the 3rd text field.
Can anyone help??
Thanks