P
Peggy
I hope I can describe this correctly. In my query I am
attempting a calculated field. If I enter it this way,
([combobox value from tbl1]+[currency from tbl2])-
[currency from tbl2]
Where combobox and currency are the properties.
I get the value I am after.
However, if I enter it this way
([combobox value from tbl1]+[combobox value from tbl2])-
[combobox value from tbl2]
When I run the query, for this field I get ##Error.
I would like the user to be able to use comboboxes so they
don't have to type an entry. Is this possible?
attempting a calculated field. If I enter it this way,
([combobox value from tbl1]+[currency from tbl2])-
[currency from tbl2]
Where combobox and currency are the properties.
I get the value I am after.
However, if I enter it this way
([combobox value from tbl1]+[combobox value from tbl2])-
[combobox value from tbl2]
When I run the query, for this field I get ##Error.
I would like the user to be able to use comboboxes so they
don't have to type an entry. Is this possible?