Can the use of an expression populate a field's default value in the following manner:
In the default value area of a table's design view, I placed the following expression: =[GrandTotal]*.06
What I'm trying to accomplish is that the this GSTtax field's default value should equal the value listed in the GrandTotal field multiplied by the number .06
Have received error message of GrandTotal field not existing etc,
Is my method incorrect or are the errors caused by a null value of the GrandTotal field?
In the default value area of a table's design view, I placed the following expression: =[GrandTotal]*.06
What I'm trying to accomplish is that the this GSTtax field's default value should equal the value listed in the GrandTotal field multiplied by the number .06
Have received error message of GrandTotal field not existing etc,
Is my method incorrect or are the errors caused by a null value of the GrandTotal field?