Hello,

Does anyone know if it is possible in access to create a table in which 1 row defines a name and another row defines a formula
i.e.
row 1: wage
row 2: hours * ourlywage

In such way that row 2 is not a calculation but a formula which I can draw from the table to use when I want to us the formula of wage in another table.

The reason I ask this is that I want to make it possible to make an input field of parameters with their calculations so that it's easy for a user to define new parameters and input the calculation so that the calculation can automatically been used further in the database when one uses the new parameter.

Thanks