J
jaworski_m
Hello,
I have a table "MyTable" with the following fields:
tableID
valueA
valueB
and a query 'qryMyTable' (RWOP) which is used by a form - all above fields
included.
There is a calculated field on the form which uses a custom function
fMultiply("valueA","ValueB")
which returns a product.
How can I pass variables to the function if I remove all permissions from
"MyTable" (in order to use RWOP query)?
Thank you for suggestions.
I have a table "MyTable" with the following fields:
tableID
valueA
valueB
and a query 'qryMyTable' (RWOP) which is used by a form - all above fields
included.
There is a calculated field on the form which uses a custom function
fMultiply("valueA","ValueB")
which returns a product.
How can I pass variables to the function if I remove all permissions from
"MyTable" (in order to use RWOP query)?
Thank you for suggestions.